axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] axiom download


From: Tim Daly
Subject: [Axiom-developer] axiom download
Date: Tue, 8 Jun 2004 10:08:27 -0400

create a file in your home directory 
an .ssh directory with a file called "config" containing:

.ssh/config

Host *.gnu.org
  Protocol=2
  Compression=yes
  CompressionLevel=6
  StrictHostKeyChecking=no


Then type:

cd /tmp      <=== where you want to put the axiom sources
export CVS_RSH=ssh
cvs -d:ext:address@hidden:/cvsroot/axiom co axiom
cd axiom
export AXIOM=/tmp/axiom/mnt/linux
             ^^^^ where you put the axiom sources
export PATH=$AXIOM/bin:$PATH
make

When the make completes type:

axiom

Tim







reply via email to

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