Difference between revisions of "DF DCTrackVisualizer Install and Run Instruction"

From New IAC Wiki
Jump to navigation Jump to search
Line 14: Line 14:
 
=Running=
 
=Running=
 
Simply run <code><install directory>/clas12-offline-software/coatjava/bin/dctrackviz</code>. Note that it may be necessary to use <code>bash</code> instead of <code>./</code> as the script may not source <code>env.sh</code> otherwise.
 
Simply run <code><install directory>/clas12-offline-software/coatjava/bin/dctrackviz</code>. Note that it may be necessary to use <code>bash</code> instead of <code>./</code> as the script may not source <code>env.sh</code> otherwise.
 +
 +
=Editing=
 +
To open the project in NetBeans:
 +
*Open NetBeans
 +
*Click on File > Open Project
 +
*Go to the install directory
 +
*Open the project under clas12-offline-software > common-tools > clas-viz.
 +
*Edit to your heart's delight.
  
 
=Main Page=
 
=Main Page=
 
[[User:Friadavi]]
 
[[User:Friadavi]]

Revision as of 22:51, 13 December 2018

These instruction are specifically for installing and running the DCTrackVisualizer program.

Install

  • If you intend to work on the code, install NetBeans if you haven't already. See here for details.
  • Move to or create you're preferred directory. I would suggest NetBeansProjects as a default.
  • Clone the following Github repository:
  • Checkout the dcVisualizer branch
    • git checkout dcVisualizer
  • Execute build-coatjava.sh
    • I recommend appending --nounittests and --nospotbugs so that the build doesn't take forever.
  • The software should now be installed.

Running

Simply run <install directory>/clas12-offline-software/coatjava/bin/dctrackviz. Note that it may be necessary to use bash instead of ./ as the script may not source env.sh otherwise.

Editing

To open the project in NetBeans:

  • Open NetBeans
  • Click on File > Open Project
  • Go to the install directory
  • Open the project under clas12-offline-software > common-tools > clas-viz.
  • Edit to your heart's delight.

Main Page

User:Friadavi