-
Notifications
You must be signed in to change notification settings - Fork 12
InstallSteeringClient
Sebastian Schmieschek edited this page Aug 12, 2015
·
2 revisions
The HemeLB steering client is at source:Tools/visclients
To setup the steering client, you need to:
which ant
.. if nothing, then consult http://ant.apache.org/manual/install.html or use apt or port etc.
cd <hemelb>/Tools/visclients
cd dependencies/jogamp
cat README
follow instructions:
git clone git://jogamp.org/srv/scm/gluegen.git gluegen
git clone git://jogamp.org/srv/scm/jogl.git jogl
cd gluegen/make
ant
cd ../../jogl/make
ant
Ensure that you have defined an environment variable HEMELB_SRC
which points at the Code
directory in the main repository.
cd ../..
ant
java -jar lib/visclient.jar
- click main window
- use connection menu to set hemelb host and port
- use connection menu to connect
Load the eclipse project at source:Tools/visclient/.project