Ptolemy II 8.0.1 Source Downloads
Downloads
Quick Instructions
Note:
This is not the most recent version of Ptolemy II. The most recent version can be found athttp://ptolemy.eecs.berkeley.edu/ptolemyII/ptIIlatest/.
The Ptolemy II development sources are always available via Subversion These sources are experimental and contain changes since Ptolemy II 8.0.1. If you want to rebuild Ptolemy II 8.0 from source, download:
Ptolemy II 8.0.1 source only (45.1 Mb, Unix line endings, use GNU tar to avoid long link messages)
OR
Ptolemy II 8.0.1 source only (55.1 Mb, Windows line endings)Under Windows, either install Cygwin and then follow the command line build instructions, or follow the Eclipse 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 pageInstructions
1. Install Java, if necessary
All versions of Ptolemy II 8.0.1 require Java 1.5 or later.
Java 1.5.0_22 is preferred, Java 1.6.0_21 has also been tested.
To run Ptolemy II, the Java runtime environment (JRE) is sufficient.
To run the applets in a browser, the Java plug-in is required.
The JRE is bundled with the plug-in, so downloading the plug-in
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.
One way to determine what version of Java (if any) is installed is to run our Java Version Applet , which uses the Java 1.5 plug-in.
Another way is to run the command below to see whether you have Java installed, and whether it is the proper version:
java -versionIf the command cannot be found, or the version that is printed is less than 1.5, you should install the plug-in, JRE 1.5, JDK 1.5, JRE 1.6 (aka Jva 6), or JDK 1.6 (aka Java 6 SE)
You can determine if the javac
compiler is in your path
with
java -helpIf 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
Ptolemy II uses the standard tar/configure/make method. To run configure and make, you must have Unix tools installed on your machine. Under Windows, these tools are available as part of the Cygwin toolkit
- Follow the instructions on the Ptolemy II Cygwin Installation page
3. Download and install Ptolemy II
Now that the Java Development Kit and Cygwin are installed:- Download
ptII8.0.1.src.tar.gz
(45.1 Mb Unix line endings, use GNU tar to avoid long link messages)
ORptII8_0_1_src.zip
(55.1 Mb Windows line endings) - Follow the Installation Instructions or the Eclipse instructions.
Places to go
This page covers installing Ptolemy II via a by downloading source files, running configure and recompiling.
Other formats include: