axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] axiom mac build instructions


From: daly
Subject: [Axiom-developer] axiom mac build instructions
Date: Thu, 10 Jul 2014 21:46:44 -0500

Camm,

The AXIOM shell variable tells Axiom what system to build.
So if you set the shell variable to:
   export AXIOM=`pwd`/mnt/ubuntu
                          ^^^^^^
it will scan Makefile.pamphlet and extract a chunk called
   \begin{chunk}{Makefile.ubuntu}
                          ^^^^^^
into a file called Makefile.MACOSX, then it does
   make -f Makefile.ubuntu

For the MAC it would be MACOSX as in
   export AXIOM=`pwd`/mnt/MACOSX
to extract the chunk
   \begin{chunk}{Makefile.MACOSX}
into a file called Makefile.MACOSX, then it does
   make -f Makefile.MACOSX

Tim




reply via email to

[Prev in Thread] Current Thread [Next in Thread]