Updated Install (markdown) authored by rundeck's avatar rundeck
...@@ -47,10 +47,10 @@ OpenFPM require the following dependencies and tools in order to compile the tes ...@@ -47,10 +47,10 @@ OpenFPM require the following dependencies and tools in order to compile the tes
The good news is that there is a installation script that should take care of this, giving a step by step installation process, and installing tools and the dependencies automatically (nothing is installed without asking). The good news is that there is a installation script that should take care of this, giving a step by step installation process, and installing tools and the dependencies automatically (nothing is installed without asking).
```bash ```bash
./install ./install -i "/where/you/want/to/put/dependencies" -c "--prefix=/where/you/want/to/install"
``` ```
At the end of the process you should have dependencies and test case compiled, a full set of options is available with At the end of the process you should have dependencies and test cases compiled, a full set of options is available with
```bash ```bash
./install -h ./install -h
... ...
......