From 8d600963e437cf9b594d106ad4fcbb4b1c938a05 Mon Sep 17 00:00:00 2001 From: Alexis CRISCUOLO <alexis.criscuolo@pasteur.fr> Date: Thu, 27 May 2021 14:18:01 +0000 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index aabd080..ba5052c 100644 --- a/README.md +++ b/README.md @@ -20,14 +20,11 @@ git clone https://gitlab.pasteur.fr/vlegrand/ROCK.git ``` _ROCK_ is developped in C++ 98 and compatible with C++ 11. -Compilation of the source code can be carried out using [gcc](https://ftp.gnu.org/gnu/gcc/) (version ≥ 4.4.7) or [clang](https://clang.llvm.org/) (version ≥ 503.0.40), together with the tool [_make_](https://www.gnu.org/software/make). -You also need autoconf 2.69 and automake 1.16. -It is possible to use other versions of these tools but this will require to generate again aclocal.m4 and all the Makefile.in files (if you are using another version of automake than 1.16) and configure (if you are using another version of autoconf than 2.69). - +Compilation of the source code can be carried out using [gcc](https://ftp.gnu.org/gnu/gcc/) (version ≥ 4.4.7) or [clang](https://clang.llvm.org/) (version ≥ 503.0.40), together with the tools [_make_](https://www.gnu.org/software/make), [_autoconf_](https://www.gnu.org/software/autoconf) (version 2.69) and [_automake_](https://www.gnu.org/software/automake) (version 1.16). #### Basic compilation and execution -If you have autoconf 2.69 and automake 1.16, an executable can be built by running the three following command lines: +An executable can be built by running the three following command lines: ```bash ./configure -- GitLab