Dear Martin,

you can install sbcl in every directory you like to by following the
instructions at http://www.sbcl.org/getting.html :

> Installing to a different prefix

> You can install SBCL to a different directory prefix by setting the
> INSTALL_ROOT environment variable before running the installation script:

> INSTALL_ROOT=/my/sbcl/prefix sh install.sh

> To start SBCL, you need to set the SBCL_HOME environment variable to point at
> a subdirectory of the place you installed SBCL:

> export SBCL_HOME=/my/sbcl/prefix/lib/sbcl # for bash / zsh
> setenv SBCL_HOME /my/sbcl/prefix/lib/sbcl # for csh / tcsh

> Make sure that /my/sbcl/prefix/bin is in your PATH and invoke SBCL as
> described above.

Then one can install fricas using something like

./configure --prefix=$HOME/local/bin --with-lisp=$HOME/local/bin/sbcl
make

Frithjof

On Fri, Aug 20, 2010 at 01:17:45PM +0200, Martin Rubey wrote:
> Dear all,
> 
> I have again encountered the necessity to have somebody install FriCAS
> as non-root, ideally with sbcl as engine.
> 
> Within sage this is easy, but they use ecl, which is, as far as I know,
> not nearly as fast as sbcl.
> 
> Martin

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/fricas-devel?hl=en.

Reply via email to