Adding my own code in OSX

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

Moderators: silvia, selimgunay, Moderators

Post Reply
mtsonicc
Posts: 55
Joined: Wed Mar 14, 2012 6:27 pm
Location: Hanyang University

Adding my own code in OSX

Post by mtsonicc »

Hi, all.

I've been trying to implement my own code to OpenSEES.
I checked 'OpenSees Wiki' --> 'Discovering OpenSees' --> 'Implementing Your own Material in OpenSees, January 2012'. But in this page, no instructions were made for Mac OS X systems.

Should I use Windows to develop my own code?
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Adding my own code in OSX

Post by fmk »

mac is a lot easier to build for .. once you obtain the code, swich the OS_FLAG in the Developer/Makefile to be -D_MACOSX
then in any directory type make
Post Reply