=================================================================== RCS file: /home/cvs/OpenXM/src/cfep/package/install.txt,v retrieving revision 1.1 retrieving revision 1.3 diff -u -p -r1.1 -r1.3 --- OpenXM/src/cfep/package/install.txt 2010/06/09 03:05:59 1.1 +++ OpenXM/src/cfep/package/install.txt 2010/08/26 11:19:04 1.3 @@ -1,18 +1,45 @@ The cfep/asir in this distribution works only on Intel Mac's. (It does not run on old PPC Mac's.) +It has been tested on MacOS 10.4(tigers), 10.5(leopard) and 10.6(snow leopard). Install: -1. Install "xcode" from MacOS install disk. It is under the optional tools. -The procedure is explained, for example (2010.06.09), in -http://www.askdavetaylor.com/how_to_install_apple_developer_tools_cc_gcc_mac_os_x.html +Drag and drop "cfep" at any place you want. Then, the installation is done. -If you do not install it, you will get the error -"cpp is not found. End of file is detected" when you load packages in cfep/asir. +Optional install: +Install "X11" from MacOS install disk if you are using 10.4 or 10.5. +It is under the optional tools. Asir "plot" command will work. -2. Drag and drop "cfep" at any place you want. Then, the installation is done. - - Uninstall: Move cfep to the trash. + +Note: +Installation of xcode tools is no longer necessary. + +Info: +http://www.math.kobe-u.ac.jp/Asir + + +-------------------------- +Advanced installation +-------------------------- +1. Optional software. +In order to use the module gnuplot in the asir contrib, install gnuplot +in your command search path. +In order to use pretty printing, /usr/local/bin/latex and /usr/local/bin/dvipng +must be installed. +In order to use the module phc, download the phcpack from +http://www.math.uic.edu/~jan/download.html and put the binary "phc" under +cfep.app/OpenXM/bin +-------------------------- +2. In order to use asir and other binaries of the OpenXM project +from the command line, + cd cfep.app/OpenXM/rc + make +and add + source cfep.app/OpenXM/rc/dot.bashrc +at the last of your .bashrc +or copy cfep.app/OpenXM/rc/openxm to your command search path +and start, e.g., asir by + openxm asir