Ptolemy II 11.0.1 Source Downloads

Downloads

Quick Instructions

The Ptolemy II development sources are always available via Git These sources are experimental and contain changes since Ptolemy II 11.0.1.

If you want to rebuild Ptolemy II 11.0.1 from source, download:

Ptolemy II 11.0.1 source only (Unix line endings, use GNU tar to avoid long link messages)
OR
Ptolemy II 11.0.1 source only (Windows line endings)

Under Windows, either follow the Eclipse instructions or install Cygwin and then follow the command line build instructions.

Under Mac OS X, please see the Mac OS X instructions.

Users on platforms other than Windows and Mac OS X should follow the command line build instructions.

All downloads and resources

Below are the downloads and resources available from this page

Instructions

1. Install Java, if necessary

Ptolemy II 11.0.1 requires Java 1.8 or later.
To run Ptolemy II, the Java runtime environment (JRE) is sufficient.
To recompile Ptolemy II from source or extend Ptolemy II with your own Java code, the Java development kit (JDK) or an equivalent Java development environment is required. The JDK includes a Java compiler.

To determine which version of Java you have, run the command below to see whether you have Java installed, and whether it is the proper version:

      java -version
    

If the command cannot be found, or the version that is printed is less than 1.8, you should install JRE 1.6, or JDK 1.6 or later or use download the installer that includes a private copy of the JRE.

You can determine if the javac compiler is in your path with

      java -help
    

If the command is not found, and you want to rebuild from sources, then you would need to install the JDK.

Java Downloads

 

2. Install Cygwin, if necessary (Windows Only)

To build from source under Windows, either follow the Eclipse instructions or install Cygwin and then follow the command line build instructions.

3. Download and install Ptolemy II

Now that the Java Development Kit and (and, under Windows, Cygwin) are installed:

  1. Download
    ptII11.0.1.src.tar.gz (Unix line endings, use GNU tar to avoid long link messages)
    OR
    ptII11_0_1_src.zip (Windows line endings)
  2. Follow the Installation Instructions or the Eclipse instructions.

Documentation

This page covers installing Ptolemy II via a by downloading source files, running configure and recompiling.

Other formats include: