Changes http://wiki.axiom-developer.org/BuildAxiom/diff
--

--removed:
-Source code 
-
-  As of September 2005 the current release is Axiom 3.9.
-
-  You can download the source as a tarball in AxiomDownload or
-  download the source tree via CVS::
-
-    cvs -z3 -d:pserver:[EMAIL PROTECTED]:/sources/axiom co axiom
-
-(Thanks to Ed Borasky for the right command)
-
-
-To compile the code, have a look at the README and the FAQ files in the main
-directory. If you have trouble compiling, "search here":FrontPage/searchwiki 
or the
-"archives":http://mail.nongnu.org/archive/html/axiom-developer of the
-"axiom-developer":http://mail.nongnu.org/mailman/listinfo/axiom-developer
-mailing list, or ask here.
-
 Developers

??changed:
 
-  Savannah is the authoritative source for a working Axiom system.
-
-For those who want to get the latest set of mistakes see AxiomDevelopment
+  [Axiom Gold Branch] is the authoritative source for a working Axiom
+system.
+
+For those who want to get the latest see AxiomDevelopment.
 This will take you to a page that describes how to get the latest

??changed:
 basis, at least in some branch and that the code is almost certainly
-broken and may not even compile.
+broken and may not even compile. See [Axiom Silver Branch].
 

??changed:
 
-See also [Axiom Gold Branch] and [Axiom Silver Branch] source code
-repositories.
+See also [Axiom Sources].
 

??changed:
 
-  Fedora FC2 graphics
-
-   (from William Sit, email of Monday, February 21, 2005 2:51 AM)
-
-I would like to report that compiling Feb 2005 release on Fedora 
-FC2 was successful. However, when running Hyperdoc and selecting
-Topic, graphics,  2d-graphics, Parametric Curves, draw(...)
-I got the error::
-
-  sh: line1: uncompress: command not found.
-
-To solve the problem, I put in the following symbolic links::
-
-  su
-  cd /bin
-  ln -s gzip compress
-  ln -s gunzip uncompress
-
-and that solves the problem.
-[4 more lines...]
+  To compile the code, have a look at the README and the FAQ files
+  in the main directory. You must have pre-installed a recent
+  version of gcc, gnu make, and core utilities.
+  Then run configure and make the usual way::
+
+    cd axiom--main--1 -- axiom source root directory
+    ./configure       -- Cut-and-paste environmnet variables
+    make              -- the build takes about 5 hours at 2.4 GHz
+
+  Note that Axiom's ./configure script requires that you manually
+  set the environment variables before running make.
+
+Building Axiom on Windows
 

--
forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]

Reply via email to