|
|
last edited 15 years ago by hemmecke |
1 2 3 4 | ||
Editor: hemmecke
Time: 2009/02/26 07:10:40 GMT-8 |
||
Note: |
added:
Compilation of FriCAS
Compilation of FriCAS from the svn checkout of trunk (27-Feb-2009), i.e.::
<pre>
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 install
</pre>
might give some
problems.
- Ubuntu 8.10 ships with a broken gcl.
- ECL 0.9j takes long to compile (twice as long as with 0.9l)
- ECL 0.9j build hangs at the end while generating .pht pages
The build with sbcl ('SBCL 1.0.18.debian') worked on Ubuntu 8.10.
Call 'configure' as::
../fricas-sources/configure --prefix=/where/to/install/fricas --with-lisp=sbcl
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 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 installmight give some problems.
The build with sbcl (SBCL 1.0.18.debian
) worked on Ubuntu 8.10.
Call configure
as:
../fricas-sources/configure --prefix=/where/to/install/fricas --with-lisp=sbcl