Main /
InstallingPtolemyFor access to the HLA CERTI work in Ptolemy II , you can use the last release 11.0 or install the the last version from the GIT repository, using the instructions here. In particular, if you plan to do any Java programming, then we recommend installing Eclipse and setting up Ptolemy II as a Java project. The minimum set of instructions are:
sudo port install apache-ant
bash-3.2$ java -version java version "1.8.0_101"
git clone --depth=50 --branch=master --single-branch https://github.com/icyphy/ptII cd ptII export PTII=`pwd` ./configure ant $PTII/bin/vergil |