Alexander Solovets wrote: > > P.S. Is there a way to run Fricas locally? I.e. without `make install' > or with `make install DESTDIR=local_dir' >
FYI I frequently run FriCAS using command like: (export AXIOM=/home/hebisch/fricas/axp16/ax-build24/target/x86_64-unknown-linux; $AXIOM/bin/axiom) or (export AXIOM=/home/hebisch/fricas/axp16/ax-build24/target/x86_64-unknown-linux; $AXIOM/bin/AXIOMsys) to start FriCAS directly from build directory. The first command starts full FriCAS (indluding HyperDoc, graphics and line editing). The second one just starts the computational engine. > -- > 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. > > -- Waldek Hebisch [email protected] -- 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.
