Skip to content
Snippets Groups Projects
Commit 3315dbca authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Minor changes in the ReadMe.md file for proper display.

parent ae9587d4
No related branches found
No related tags found
1 merge request!1Minor changes in the ReadMe.md file for proper display.
Pipeline #
......@@ -84,21 +84,20 @@ Under MacOS most of the packages are available via [fink](http://www.finkproject
Download this repository and create a build folder inside:
```mkdir build ```
``` mkdir build ```
Inside the build folder execute the following commands:
```cmake ..```
``` cmake .. ```
```make```
``` make ```
In case no errors are reported, the generated libraries (is any) will be located at the
_lib_ folder and the executables (if any) will be located at the _bin_ folder.
To generate the documentation execute the following command:
```make doc```
``` make doc ```
## Disclaimer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment