Changes http://wiki.axiom-developer.org/AxiomDeveloperFAQ/diff --
On Debian GNU/Linux, the package 'xlibs-dev' is needed. ++added: + +**Richard Harke wrote:** + + On my ia64 debian-linux workstation, apt-get refuses to install + xlibs-dev. I think I have gotten around this by installing libxt-dev. + +**Waldek Hebisch wrote:** + + Debian testing has Xlib.h in libx11-dev. + ??changed: -0. cd /tmp/axiom - -1. modify the line in src/interp/Makefile.pamphlet that reads:: +1. cd /tmp/axiom + +2. modify the line in src/interp/Makefile.pamphlet that reads:: ??changed: -2. set up the standard AXIOM shell variable:: +3. set up the standard AXIOM shell variable:: ??changed: -3. set up the standard PATH variable:: +4. set up the standard PATH variable:: ??changed: -4. build the system, including debugsys.lisp:: +5. build the system, including debugsys.lisp:: ??changed: -5. tell debugsys where to find the databases:: +6. tell debugsys where to find the databases:: ??changed: -6. tell debugsys which platform you are on:: +7. tell debugsys which platform you are on:: ??changed: -7. start a clean lisp image:: +8. start a clean lisp image:: ??changed: -8. load the debugsys code which loads the axiom system interpreted:: +9. load the debugsys code which loads the axiom system interpreted:: ??changed: -9. switch to the package the interpreter uses:: +10. switch to the package the interpreter uses:: ??changed: -10. start the system:: +11. start the system:: ??changed: -Axiom's algebra gets output to a stream called !|$algebraOutputStream| +Axiom's algebra gets output to a stream called \|$algebraOutputStream| Thus you can get the output you want by:: ??changed: -Alternatively you can see the internal representation using !|pf2Sex| +Alternatively you can see the internal representation using \|pf2Sex| (parsed function to s-expression) by doing: -- forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]
