Recent Changes - Search:

PmWiki

pmwiki.org

edit SideBar

InstallingPtolemy

Installing Ptolemy II

For 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
  • Make sure you have Java 1.8 or newer installed. On the command line, I get:
bash-3.2$ java -version
java version "1.8.0_101"
  • Download and build Ptolemy II:
git clone --depth=50 --branch=master --single-branch https://github.com/icyphy/ptII
cd ptII
export PTII=`pwd`
./configure
ant
$PTII/bin/vergil
Edit - History - Print - Recent Changes - Search
Page last modified on April 08, 2019, at 12:54 AM