Skip to content

Commit 563fec5

Browse files
authored
Update README.md
1 parent 8fbd506 commit 563fec5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In this work-in-progress repository, a C wrapper using libjulia is embedded in F
1515
For general installation instructions see INSTALL. For general documentation
1616
consult <https://fricas.github.io>.
1717

18-
To build FriCAS with Julia support, the <code>julia</code> executable needs to be available in your PATH, and a simple <code>./configure --enable-julia</code> should do the trick. The required Julia packages are Suppressor, Nemo and SpecialFunctions. As of now with Clozure CL [queues](https://github.com/oconnore/queues) is also required. Use installed [quicklisp](https://www.quicklisp.org/beta/) with `queues`, and at configure time, if necessary, use the `--with-quicklisp` option, see the `quicklisp` documentation for how to load it and install `queues`. If you want to visualize your data using Julia, small support is provided using StatsPlots and eventually the LaTeXStrings Julia packages. See the available FriCAS packages below.
18+
To build FriCAS with Julia support, the <code>julia</code> executable needs to be available in your PATH, and a simple <code>./configure --enable-julia</code> should do the trick. Of course, a Common LISP implementation is also needed since FriCAS is built on top of a CL implementation. The required Julia packages are Suppressor, Nemo and SpecialFunctions. As of now with Clozure CL [queues](https://github.com/oconnore/queues) is also required. Use installed [quicklisp](https://www.quicklisp.org/beta/) with `queues`, and at configure time, if necessary, use the `--with-quicklisp` option, see the `quicklisp` documentation for how to load it and install `queues`. If you want to visualize your data using Julia, small support is provided using StatsPlots and eventually LaTeXStrings Julia packages. See below for the added FriCAS functionality.
1919

2020
If you want to use [jFriCAS](https://jfricas.readthedocs.io/en/latest/) i.e. Jupyter support for FriCAS built with SBCL, make sure [hunchentoot](https://edicl.github.io/hunchentoot/) is installed. On a Debian like system you can add `hunchentoot` with <code>sudo apt install cl-hunchentoot</code> and issue, for example, <code>./configure --enable-gmp --enable-julia --enable-hunchentoot</code>.
2121

@@ -56,7 +56,8 @@ Domains with names matching patterns:
5656
JOBJECT JuliaObject JOBJTYP- JuliaObjectType&
5757
JSTR JuliaString JSYM JuliaSymbol
5858
JVECTOR JuliaVector JWS- JuliaWolframSymbolic&
59-
JWSAPR JuliaWSAPReal JWSEXPR JuliaWSExpression
59+
JWSAPCPX JuliaWSAPComplex JWSAPR JuliaWSAPReal
60+
JWSCPLX JuliaWSComplex JWSEXPR JuliaWSExpression
6061
JWSGINT JuliaWSGaussianInteger JWSINT JuliaWSInteger
6162
JWSRAT JuliaWSRational JWSREAL JuliaWSReal
6263
JWSSYM JuliaWSSymbol

0 commit comments

Comments
 (0)