Skip to content
GitLab
Explore
Sign in
Sbalzarini Lab
Software
Parallel Computing
OpenFPM
openfpm_pdata
Wiki
Install
Install
· Changes
Page history
Updated Install (markdown)
authored
Sep 23, 2015
by
rundeck
Show 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
...
@@ -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
```
```
...
...