Skip to content
Snippets Groups Projects
Commit 9dc48b2b authored by Véronique  LEGRAND's avatar Véronique LEGRAND
Browse files

Update README.md

parent e9a2b7f0
No related branches found
No related tags found
No related merge requests found
Pipeline #70974 passed
......@@ -28,12 +28,13 @@ git clone https://gitlab.pasteur.fr/vlegrand/FQreport.git
```
You need a c++ compiler that supports the C++11 standard and cmake to build the executable.
In a command-line window, go to the _src directory and create a build_ directory;then type:
In a command-line window, go to the _src directory then type:
```bash
mkdir build
cd build
cmake ..
cmake --build . or make
cmake --build .
```
This will create the native executable `fqreport` that can be run with the following command line model:
......
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