Here I would like to share my OpenSees 1.7.5 executable binary file for MacOS X. It's compiled and tested under Tiger, and supports graphics. It will be appreciated if any Leopard user would try to test if it works also on Leopard.
To Do's:
1. You need to install 'X11' which is included in your OS cd/dvd.
2. You need to install 'XCODE tools' which is included in your OS cd/dvd.
3. You need to install 'GFORTRAN' which you can find here: http://macresearch.org/xcode_gfortran_plugin_update
4. You need to install 'FINK' which allows you to use a bunch of open source software packages. You can find it here: http://www.finkproject.org/download/ind ... phpLang=en
5. After installing 'FINK', open 'Terminal' and type:
6. Restart 'Terminal', and type:/sw/bin/pathsetup.sh
7. Download the OpenSees binary file from http://www.divshare.com/download/4024171-813sudo apt-get install libpng3
and copy to a folder (i.e. <your home>/bin).
8. To access OpenSees binary file and gfortran binary file from wherever you want, you need to edit '.profile' file in your home directory, and add following line
export PATH="/usr/local/bin:<your home>/bin:$PATH"