version 1.1, 2010/06/09 03:05:59 |
version 1.3, 2010/08/26 11:19:04 |
|
|
The cfep/asir in this distribution works only on Intel Mac's. |
The cfep/asir in this distribution works only on Intel Mac's. |
(It does not run on old PPC 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: |
Install: |
1. Install "xcode" from MacOS install disk. It is under the optional tools. |
|
|
|
The procedure is explained, for example (2010.06.09), in |
Drag and drop "cfep" at any place you want. Then, the installation is done. |
http://www.askdavetaylor.com/how_to_install_apple_developer_tools_cc_gcc_mac_os_x.html |
|
|
|
If you do not install it, you will get the error |
Optional install: |
"cpp is not found. End of file is detected" when you load packages in cfep/asir. |
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: |
Uninstall: |
Move cfep to the trash. |
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 |
|
|