Difference between revisions of "DF DCTrackVisualizer Install and Run Instruction"
Jump to navigation
Jump to search
(Created page with "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 alre...") |
|||
Line 5: | Line 5: | ||
*Clone the following Github repository: | *Clone the following Github repository: | ||
**[https://github.com/friadavi/clas12-offline-software friadavi/clas12-offline-software] | **[https://github.com/friadavi/clas12-offline-software friadavi/clas12-offline-software] | ||
− | **<code>git clone https://github.com/friadavi/clas12-offline-software.git</code> | + | **<code>git clone <nowiki>https://github.com/friadavi/clas12-offline-software.git</nowiki></code> |
*Checkout the dcVisualizer branch | *Checkout the dcVisualizer branch | ||
**<code>git checkout dcVisualizer</code> | **<code>git checkout dcVisualizer</code> |
Revision as of 01:55, 12 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:
- friadavi/clas12-offline-software
git clone https://github.com/friadavi/clas12-offline-software.git
- 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.
- I recommend appending
- The software should now be installed.
Running
Simply run <install directory>/coatjava/bin/dctrackviz
. Note that it may be necessary to use bash
instead of ./
as the script may not source env.sh
otherwise.