Skip to content
Snippets Groups Projects

Docs

Merged Whitney Armstrong requested to merge whit/NPDet:docs into master
5 files
+ 27
26
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 7
6
@@ -18,9 +18,10 @@ The following are needed before building `NPDet`
@@ -18,9 +18,10 @@ The following are needed before building `NPDet`
* [ROOT](https://root.cern.ch)
* [ROOT](https://root.cern.ch)
* [GEANT4](http://geant4.cern.ch)
* [GEANT4](http://geant4.cern.ch)
.. code:: shell
git clone https://eicweb.phy.anl.gov/EIC/NPDet.git
.. code-block:: bash
mkdir npdet_build && cd npdet_build
git clone https://eicweb.phy.anl.gov/EIC/NPDet.git
cmake ../NPDet/. -DCMAKE_INSTALL_PREFIX=$HOME # or where ever
mkdir npdet_build && cd npdet_build
make -j4
cmake ../NPDet/. -DCMAKE_INSTALL_PREFIX=$HOME # or where ever
make install
make -j4
 
make install
Loading