Changes
Page history
Updated Install (markdown)
authored
Sep 23, 2015
by
rundeck
Hide whitespace changes
Inline
Side-by-side
Install.md
View page @
732f8b7d
...
...
@@ -12,7 +12,15 @@ 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 dependencies and compile
```
bash
./install
```
Install the library
```
bash
make
install
```
...
...
...
...