login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for BuildFriCAS revision 6 of 6

1 2 3 4 5 6
Editor: test1
Time: 2022/05/16 14:58:34 GMT+0
Note:

added:
Building on Mac OS

  FriCAS builds on Mac OS.  You need to install developement tools and optional X component.
Build from Git sources works only when you build in separate directory.


added:

  FriCAS builds using Cygwin ECL (in the past one could use Cygwin
Clisp but recent Cygwin Clisp can not create executables, which is
needed to build FriCAS).  Under Cygwin one gets graphics and HyperDoc.
However, for best performace (and optional extras) preferred Lisp
is sbcl.  Currently build using sbcl works under WSL.

Building on Linux

Please read the INSTALL file in the FriCAS distribution, which you can get via git as

git clone http://github.com/fricas/fricas fricas

or from

http://fricas.sourceforge.net/download.html

Building on Mac OS

FriCAS builds on Mac OS. You need to install developement tools and optional X component. Build from Git sources works only when you build in separate directory.

Building on Windows

FriCAS builds using Cygwin ECL (in the past one could use Cygwin Clisp but recent Cygwin Clisp can not create executables, which is needed to build FriCAS). Under Cygwin one gets graphics and HyperDoc. However, for best performace (and optional extras) preferred Lisp is sbcl. Currently build using sbcl works under WSL.

FriCAS also works with MinGW (see BuildOnWindows), but currently you won't get graphics nor HyperDoc (the help facility), so if you are mainly interested in "using" FriCAS, WSL is the better bet.

If you encounter any difficulties, please don't hesitate to ask. We are grateful for every bit that improves the MS Windows port!