Updated Install (markdown) authored by rundeck's avatar rundeck
...@@ -12,7 +12,15 @@ In order to install (once that you have a gitlab account, valid permission to cl ...@@ -12,7 +12,15 @@ In order to install (once that you have a gitlab account, valid permission to cl
```bash ```bash
git clone git@ppmcore.mpi-cbg.de:incardon/openfpm_pdata.git git clone git@ppmcore.mpi-cbg.de:incardon/openfpm_pdata.git
```
Install dependencies and compile
```bash
./install ./install
```
Install the library
```bash
make install make install
``` ```
... ...
......