~francois-drielsma/maus/detector_alignment

« back to all changes in this revision

Viewing changes to README.txt

  • Committer: francois.drielsma at gmail
  • Date: 2016-07-09 16:52:28 UTC
  • Revision ID: francois.drielsma@gmail.com-20160709165228-box2rjzdtb7katwo
Alignment code 0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
First of all make sure that MAUS is installed and the environment is loaded (source env.sh)
 
2
 
 
3
To build the code do:
 
4
cd build
 
5
cmake ../src/
 
6
make
 
7
 
 
8