axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] [AxiomDownload] mention linux before windows


From: Bill Page
Subject: [Axiom-developer] [AxiomDownload] mention linux before windows
Date: Tue, 15 Feb 2005 13:19:11 -0600

??changed:
-  * "February 2005 
sources":http://axiom.axiom-developer.org/axiom-website/DOWNLOADS/axiom-Feb2005-src.tgz
  * "February 2005 
sources":http://axiom.axiom-developer.org/axiom-website/DOWNLOADS/axiom-20050201-src.tgz

++added:
    Note: At the present time Axiom for Windows can not be built from these
    source files. Download Windows source files from the developer archive
    axiom--windows--1.  For detailed instructions see ArchUsage.


++added:
  - "RedHat 9
    
(binary)":http://axiom.axiom-developer.org/axiom-website/DOWNLOADS/axiom-Feb2005-Redhat9-bin.tgz
    ${\bf \longleftarrow}$ **Recommended Download**
 
       This is a binary tree for a Redhat 9 system. Unpack this tree in a 
directory such as /home::

         1) cd /home
         2) tar -zxf axiom-Feb2005-Redhat9-bin.tgz
         3) cd axiom
         4) export AXIOM=`pwd`/mnt/linux
         5) export PATH=\$AXIOM/bin:\$PATH
         6) axiom

  - "Fedora Core 1 
(binary)":http://axiom.axiom-developer.org/axiom-website/DOWNLOADS/axiom-Feb2005-Fedora1-bin.tgz

       This is a binary tree for a Fedora Core 1 system. Unpack this tree in a 
directory such as /home::

         1) cd /home
         2) tar -zxf axiom-Feb2005-Fedora1-bin.tgz
         3) cd axiom
         4) export AXIOM=`pwd`/mnt/linux
         5) export PATH=\$AXIOM/bin:\$PATH
         6) axiom

  - "Fedora Core 3
   
(binary)":http://axiom.axiom-developer.org/axiom-website/DOWNLOADS/axiom-Feb2005-Fedora3-bin.tgz

       This is a binary tree for a Fedora Core 3 system. Unpack this tree in a 
directory such as /home::

         1) cd /home
         2) tar -zxf axiom-Feb2005-Fedora3-bin.tgz
         3) cd axiom
         4) export AXIOM=`pwd`/mnt/fedora3 
         5) export PATH=\$AXIOM/bin:\$PATH
         6) axiom


??changed:
-    (19 Mb.) Easy windows installation program. This version includes an 
upgraded TeXmacs interface featuring
-    the same sophisticated mathematical equation wrapping software as used 
here on MathAction. An improved
-    TeXmacs stylesheet for Axiom is also available. Please refer to the 
updated TeXmacs installation notes.
-    The performace of this version of Axiom has been optimized by a special 
"double-pass" compilation step.
-
-  - "Windows (exe) version 
0.1.1":http://page.axiom-developer.org/axiom-windows-0.1.1.exe (Thankyou Dan 
Martens!) 
-
-    (19 Mb.) Easy to use self-installing executable, includes TeXmacs 
interface, Axiom Book and tutorial
-
-    This pre-release version 0.1.1 corrects some problems with )summary and
-    )cd commands. The original windows version of Axiom was prepared by Mike 
Thomas.
-
-  - "RedHat 9 
(binary)":http://axiom.axiom-developer.org/axiom-website/DOWNLOADS/axiom-Feb2005-Redhat9-bin.tgz
-
-       This is a binary tree for a Redhat 9 system. Unpack this tree in a 
directory such as /home::
-
-         1) cd /home
-         2) tar -zxf axiom-Feb2005-Redhat9-bin.tgz
-         3) cd axiom
-[26 more lines...]
    (19 Mb.) Easy windows installation program (Thankyou Dan Martens!) . This 
version includes an
    upgraded TeXmacs interface featuring the same sophisticated mathematical 
equation wrapping
    software as used here on MathAction. An improved TeXmacs stylesheet for 
Axiom is also available.
    Please refer to the updated TeXmacs installation notes. The performace of 
this version of Axiom
    has been optimized by a special "double-pass" compilation step. The 
original windows version of
    Axiom was prepared by Mike Thomas.

  Also check here for other (older) versions compiled on specific platforms: 

++added:
  Linux (general)

    1 Download one of the above pre-compiled linux tarballs to a temporary 
directory, e.g.:<pre>
mkdir ~/temp
cd ~/temp
wget -c 
http://axiom.axiom-developer.org/axiom-website/DOWNLOADS/axiom.fedora1.bin.20041109.tgz</pre>

    2 Unzip the contents in a convenient place, e.g.:<pre>
mkdir ~/programs
cd ~/programs
tar xzvf ~/temp/axiom.fedora1.bin.20041109.tgz</pre>

    3 Set the environment variables:<pre>
export AXIOM=~/programs/mnt/linux
export PATH=!$AXIOM/bin:$PATH</pre>

      It might be convenient to set this in the startup script, e.g. .bashrc

    4 Start axiom from the command line:<pre>
axiom</pre>

  Debian Linux

    1 You must use the "testing" (Sarge) version of Debian.

    2 Ensure that the /etc/apt/sources.list file includes an entry for the
      "testing":http://www.debian.org/releases/testing/ distribution. E.g.:<pre>
deb http://http.us.debian.org/debian testing main contrib non-free</pre>

      Consult the 
"apt-get":http://www.debian.org/doc/manuals/apt-howto/ch-basico.en.html
      documentation to configure and upgrade your distribution if necessary.

    3 Use the command:<pre>
apt-get install axiom</pre>

      and optionally:<pre>
apt-get install axiom-doc
apt-get install axiom-test
apt-get install axiom-source</pre>

    4 Run axiom from the command line:<pre>
axiom</pre>


??changed:
-        C:\Program Files\axiom</pre>
C:\Program Files\axiom</pre>

??changed:
-        Start / Settings / Control Panel / System / Advanced / Environment 
Variables</pre>
Start / Settings / Control Panel / System / Advanced / Environment 
Variables</pre>

??changed:
-        Start / Settings / Control Panel / System / Advanced / Environment 
Variables / Edit
-        Path ... ;C:\Program Files\axiom\mnt\windows\bin</pre>
Start / Settings / Control Panel / System / Advanced / Environment Variables / 
Edit
Path ... ;C:\Program Files\axiom\mnt\windows\bin</pre>

??changed:
-      to AXIOMsys:<pre>
      to AXIOMsys

??changed:
-        Start/Programs/Axiom/Axiom</pre>
Start/Programs/Axiom/Axiom</pre>

??changed:
-        Start/Programs/Accessories/Command Prompt
-        AXIOMsys</pre>
Start/Programs/Accessories/Command Prompt
AXIOMsys</pre>

??changed:
-        Start/Programs/Axiom</pre>
-
-  Linux (general)
-
-    1 Download one of the above pre-compiled linux tarballs to a temporary 
directory, e.g.:<pre>
-        mkdir ~/temp
-        cd ~/temp
-        wget -c 
http://axiom.axiom-developer.org/axiom-website/DOWNLOADS/axiom.fedora1.bin.20041109.tgz</pre>
-
-    2 Unzip the contents in a convenient place, e.g.:<pre>
-        mkdir ~/programs
-        cd ~/programs
-        tar xzvf ~/temp/axiom.fedora1.bin.20041109.tgz</pre>
-
-    3 Set the environment variables:<pre>
-        export AXIOM=~/programs/mnt/linux
-        export PATH=!$AXIOM/bin:$PATH</pre>
-
-      It might be convenient to set this in the startup script, e.g. .bashrc
-[24 more lines...]
Start/Programs/Axiom</pre>

--
forwarded from http://page.axiom-developer.org/zope/mathaction/address@hidden




reply via email to

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