Re: Compiling Axiom on Debian 9

Tim Daly <[email protected]> Sat, 15 Dec 2018 13:36:42 -0500
Newsgroups gmane.comp.mathematics.axiom.devel
Message-ID <CAJn5L=+W47TzYKSKz=EOkNbrNeLyVPgs=kfHq3oy3x=Q0rZCUA@mail.gmail.com>
In theory you should just be able to do:
   sudo apt-get install axiom

If that fails, use docker:
   docker pull daly/axiom
   docker run -i -t daly/axiom axiom

The Axiom project is currently focused on proving the
algorithms correct. Great progress is being made but it
is not ready to be open-sourced.

Tim