Axiom on Windows 10 with HyperDoc

Tim Daly <[email protected]> Fri, 29 Mar 2019 06:54:34 -0400
Newsgroups gmane.comp.mathematics.axiom.devel
Message-ID <CAJn5L=+H7m=m1XF_Wt+Z6vzxaGyng4-mKhxe5WBRMyK1jUo4CA@mail.gmail.com>
once Axiom is installed (see previous email) you can run axiom
with hyperdoc. Download and install VcXsrv on Windows:
https://sourceforge.net/projects/vcxsrv/

In order to run graphics you need to install gcc:
sudo apt-get install gcc

in your .profile file you can add three lines:
export AXIOM=.... path to axiom/mnt/ubuntu ....
export PATH=$AXIOM/bin:$PATH
export DISPLAY=localhost:0.0

Then when you type 'axiom', you get a hyperdoc window also.

Note that ubuntu can read windows files using /mnt/c/...pathToFile

Tim