OpenSees executable binary for MacOS X Tiger

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
sokito
Posts: 12
Joined: Sun Dec 09, 2007 10:29 am
Location: Atlanta

OpenSees executable binary for MacOS X Tiger

Post by sokito »

Hi,

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:
/sw/bin/pathsetup.sh
6. Restart 'Terminal', and type:
sudo apt-get install libpng3
7. Download the OpenSees binary file from http://www.divshare.com/download/4024171-813
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"
Seokho Jeong
Geosystems
Georgia Institute of Technology
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

a version of the current code can also be found at the bottom of the user download page. this version does not require any other packages be installed.
Post Reply