Changes
Page history
Updated Install (markdown)
authored
Sep 19, 2015
by
rundeck
Hide whitespace changes
Inline
Side-by-side
Install.md
View page @
f471fd41
...
...
@@ -13,6 +13,7 @@ In order to install (once that you have a gitlab account, valid permission to cl
```
bash
git clone git@ppmcore.mpi-cbg.de:incardon/openfpm_pdata.git
./install
make
install
```
and follow the instructions
...
...
@@ -43,7 +44,11 @@ The good news is that there is a installation script that should take care of th
./install
```
At the end of the process you should have dependencies and test case compiled
At the end of the process you should have dependencies and test case compiled, a full set of options is available with
```
bash
./install
-h
```
### [Next step](Home)