On 20.03.23 19:51, Prof. Dr. Johannes Grabmeier wrote:
how do I use "out-of-source-tree build" instead?
The github build instructions give you some hints.
https://github.com/fricas/fricas/blob/master/.github/workflows/macOS.yml#L17
Suppose the fricas repo lives in $HOME/fricas. Then build as follows.
mkdir -p $HOME/fricas-build
cd SHOME/fricas-build
$HOME/fricas/configure --with-lisp=sbcl --with-gmp
--prefix=/your/install/path
make
make install
Ralf
--
You received this message because you are subscribed to the Google Groups "FriCAS -
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/fricas-devel/85bc1b8c-43c6-9855-f1bb-f101c024aa8e%40hemmecke.org.