+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.
0 commit comments