Changes http://wiki.axiom-developer.org/AxiomSilverBranch/diff --
++added: + * noweb literate programming tools + + To build Axiom you also require 'noweb' the [Literate Programming] tools + developed by Norman Ramsey. To build 'noweb' follow these instructions: + + 1 Download:: + + $ wget http://www.eecs.harvard.edu/~nr/noweb/dist/noweb-2.11b.tgz + + 2 Unpack:: + + $ tar xzf noweb-2.11b.tgz + $ cd noweb-2.11b/src + + 3 Patch Makefile as follows:: + + --- Makefile.old 2007-04-20 08:00:16.505001000 -0400 + +++ Makefile.new 2007-04-20 08:00:39.981085000 -0400 + @@ -18,9 +18,9 @@ + # MAN7EXT is the extension for the nowebstyle man page (usually 7) + # TEXINPUTS is the directory for TeX macro files + # ELISP is the directory for emacs lisp files, or /dev/null not to install + -BIN=/usr/local/noweb + -LIB=/usr/local/noweb/lib + -MAN=/usr/local/noweb/man + +BIN=/usr/local/bin + +LIB=/usr/local/lib + +MAN=/usr/local/man + MANEXT=1 + MAN7EXT=7 + TEXINPUTS=/usr/local/tex/inputs + + 4 Compile:: + + $ make + + 5 Install:: + + $ su + $ make + + * read and write access: -- forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]
