Skip to content
Snippets Groups Projects

modified: getting_started.rst

Merged Whitney Armstrong requested to merge whit/NPDet:docs into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -20,8 +20,10 @@ The following are needed before building `NPDet`
@@ -20,8 +20,10 @@ The following are needed before building `NPDet`
.. code-block:: bash
.. code-block:: bash
 
git clone https://eicweb.phy.anl.gov/EIC/NPDet.git
git clone https://eicweb.phy.anl.gov/EIC/NPDet.git
mkdir npdet_build && cd npdet_build
mkdir npdet_build && cd npdet_build
cmake ../NPDet/. -DCMAKE_INSTALL_PREFIX=$HOME # or where ever
cmake ../NPDet/. -DCMAKE_INSTALL_PREFIX=$HOME # or where ever
make -j4
make -j4
make install
make install
 
Loading