**************************************** Filename: README.config Software: Axiom Aug-2014 Locker: axiom-math_v8.14 Last Updated: 12/5/16 **************************************** VOLUMES IN LOCKER: sw.axiom-math_v8.14 top-level LINKS TO VOLUMES/LOCKERS: CHANGES FOR ATHENA: PROGRAMS IN LOCKER: axiom - main application INSTALLATION On build machine, make link: /usr/lib/libXpm.a -> /usr/lib/x86_64-linux-gnu/LibXpm.a edit file /usr/include/readline/rltypedefs.h to have section near top: /* Old-style */ #if !defined (_FUNCTION_DEF) # define _FUNCTION_DEF typedef int Function (); typedef void VFunction (); typedef char *CPFunction (); typedef char **CPPFunction (); #endif /* _FUNCTION_DEF */ Untar axiom-aug2014-src.tgz in a temporary location. cd to axiom dir (top level), create mnt/ubuntu64. Edit Makefile to have line: DESTDIR:=/mit/axiom-math_v8.14/arch/amd64_ubuntu1404 set AXIOM to .../axiom/mnt/ubuntu64, and add $AXIOM/bin to path. Type make make install Will get an error at end of build about ".regress: no such file or directory" but this should be innocuous. Make link /mit/axiom-math_v8.14/arch/amd64_ubuntu1404/bin -> mnt/ubuntu64/bin SPECIAL NOTES pdf and html documentation installs below: /mit/axiom-math_v8.14/arch/amd64_ubuntu1404/mnt/doc /mit/axiom-math_v8.14/arch/amd64_ubuntu1404/mnt/ubuntu64/doc MAINTENANCE NOTES: