From 3315dbcad0495cf664a440bcf1c499f7f9720add Mon Sep 17 00:00:00 2001 From: Sergi Hernandez <shernand@iri.upc.edu> Date: Thu, 8 Feb 2018 16:57:44 +0100 Subject: [PATCH] Minor changes in the ReadMe.md file for proper display. --- ReadMe.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 496a76a..eb3c5b9 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -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 -- GitLab