The FriCAS developer email list is here: http://groups.google.com/group/fricas-devel/about Download source code distribution tarballs (files) from here: http://sourceforge.net/project/showfiles.php?group_id=200168 Compilation of FriCASBest thing probably is to compile FriCAS from the source distribution through the link above, because it contains precompiled lisp files etc. etc. See release note . If, however, you must do Compilation of FriCAS from the svn checkout of trunk (27-Feb-2009), i.e.::
svn co https://fricas.svn.sourceforge.net/svnroot/fricas/trunk fricas-sources mkdir fricas-build cd fricas-build ../fricas-sources/configure --prefix=/where/to/install/fricas make && make installyou might encounter several problems.
The build with sbcl ( ../fricas-sources/configure --prefix=/where/to/install/fricas --with-lisp=sbcl |