WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

DC java alignment code

raffaelladevita edited this page Aug 3, 2021 · 4 revisions

Prerequisites for building the code are:

  • jdk1.8 or newer
  • maven

To build the project from command line, use the following instructions:

git clone https://github.com/JeffersonLab/clas12alignment
git checkout dcDev2
cd dc/java/dc-alignment
mvn install

To run the suite from command line (no specific environment settings are needed):

cd dc/java/dc-alignment
./bin/dc-alignment 

Clone this wiki locally