From 9dc48b2bc29b23b4b007f366892a146b57438312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A9ronique=20=20LEGRAND?= <veronique.legrand@pasteur.fr> Date: Tue, 7 Dec 2021 15:52:14 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b8900b..3bc1610 100644 --- a/README.md +++ b/README.md @@ -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: -- GitLab