The following tools are required in order to develop, build, run, test and package OpenCOR:
$ git clone git://github.com/opencor/opencor.gitor in read-write mode (assuming you have read-write access):
$ git clone git@github.com:opencor/opencor.git
Xcode
| Open Developer Tool
| More Developer Tools...
menu in Xcode)./opt
rather than under your home directory); and/Applications
rather than your home folder, as suggested by the installer).
Finally, you might want to update your PATH
environment variable by adding the following path(s) (so that you can build OpenCOR from the command line):
C:\Program Files\CMake 2.8\bin
(or C:\Program Files (x86)\CMake 2.8\bin
, if you are running a 64-bit version of Windows) and C:\Qt\Qt5.0.1\5.0.1\msvc2010\bin
;/opt/Qt5.0.1/5.0.1/gcc/bin
(or /opt/Qt5.0.1/5.0.1/gcc_64/bin
, if you are running a 64-bit version of Linux) in /etc/environment
on Ubuntu; and/Applications/Qt5.0.1/5.0.1/clang_64/bin
in /etc/profile
.