Index of /labs/pelab/modelica/OpenModelica/releases/1.4.5/MacOSX

Icon  Name                                              Last modified      Size  Description
[DIR] Parent Directory - [   ] OpenModelica-1.4.5.dmg 31-Jan-2009 19:58 50M
OpenModelica 1.4.5 for Mac OS X
===============================
2009-01-24

Many thanks to Eric Meyers etm <AT> ericmeyers <DOT> com
for building the Mac OS X OpenModelica instaler! 

OpenModelica 1.4.5 will be installed to your home directory (~/OpenModelica145). 
The apps are installed in ~/OpenModelica145/bin. 
Please use the appropriate ".command" files to execute the apps as these command 
files set the environment correctly. They can be double clicked in Finder:
 OMShell-terminal.command
 OMShell.command
 OMNotebook.command

To run SimForge with OpenModelica on Mac OS X:
----------------------------------------------
An environment variable needs to be defined or SimForge will fail to compile your models.
  export SENDDATALIBS="-lsendData -lQtNetwork -lQtCore -lQtGui -lz -framework Carbon"
I recommend you create a file named SimForge.command, put it in the same folder as the SimForge jar file.  
Put this in it:
#--- start ---
#!/bin/bash
export SENDDATALIBS="-lsendData -lQtNetwork -lQtCore -lQtGui -lz -framework Carbon"
cd  ~/Downloads/SimForge-0.8.4
java  -jar SimForge-0.8.4.jar
#--- end ---
Change the cd command above to be the location of your SimForge.
Make the command file executable.

If SimForge cannot find libmico which by default is in: /opt/local/lib/libmico2.3.12.dylib
please create a symbolic link to it named libmico.so and SimForge will find it.