File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ # Introduction
2+
3+ Following is the documentation on how to build ``` FlattenForFSRoot ``` in your own work directory in JLab's ifarm account.
4+
5+ # Prerequisites
6+
7+ Make sure that GlueX environment is set up. It is typically set by adding following lines in the ``` .cshrc ``` file if not already present.
8+
9+ ```
10+ setenv BUILD_SCRIPTS /group/halld/Software/build_scripts
11+ source $BUILD_SCRIPTS/gluex_env_jlab.csh
12+ ```
13+
14+ # Installation
15+
16+ 1 . Move into the directory where you want to build it:
17+ ```
18+ cd /path/to/work/directory
19+ ```
20+
21+ 2 . Clone the ``` hd_utilities ``` GitHub repository:
22+ ```
23+ git clone https://github.com/JeffersonLab/hd_utilities
24+ ```
25+
26+ 3 . Move into ``` FlattenForFSRoot ``` directory:
27+ ```
28+ cd hd_utilities/FlattenForFSRoot/
29+ ```
30+
31+ 4 . Make sure there is a ``` Makefile ``` in this directory. Finally, run:
32+ ```
33+ make
34+ ```
35+
36+ 5 . After this is complete, there will be a newly formed executable named ``` flatten ``` .
You can’t perform that action at this time.
0 commit comments