Dependencies for building GLOW: Difference between revisions

From GLOW Visualization
Jump to navigationJump to search
(Created page with 'To build GLOW, the following software and libraries are needed. ===Get Apache Ant=== * URL: http://ant.apache.org/ * Put Ant's <tt>bin</tt> directory in the system's PATH, so th…')
 
Line 1: Line 1:
To build GLOW, the following software and libraries are needed.
To build GLOW, the following software and libraries are needed.
===JDK 1.6===
* Get a JDK for your system. JDK 1.6 is the lowest version supported.
* URL: http://java.sun.com/javase/downloads/index.jsp


===Get Apache Ant===
===Get Apache Ant===

Revision as of 14:59, 15 February 2010

To build GLOW, the following software and libraries are needed.

JDK 1.6

Get Apache Ant

  • URL: http://ant.apache.org/
  • Put Ant's bin directory in the system's PATH, so that typing 'ant' from the command line starts Ant.

Get Protege 4.0.x

Get Prefuse beta

  • URL: http://prefuse.org/download/
  • Download Prefuse-beta (release 2007.10.21) source zip
  • Unpack it, for example: C:\Program Files\prefuse-beta
  • Build it: Go to the prefuse-beta directory and run one of the 'build' scripts. These scripts require Ant.
  • Doublecheck: sources should now be in: C:\Program Files\prefuse-beta\src\prefuse

Get JOGL

Get a version of GLOW

  • URL: http://www.glowvis.org/latest/
  • Save the .jar files to your Protege 'plugins' directory, e.g. C:\Program Files\Protege\plugins
  • Verify that Protege starts up correctly and that the GLOW visualization can be selected under Views -> Class Views