axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] Axiom on Windows 10 with HyperDoc


From: Tim Daly
Subject: [Axiom-developer] Axiom on Windows 10 with HyperDoc
Date: Fri, 29 Mar 2019 06:54:34 -0400

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



reply via email to

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