Skip to content
Snippets Groups Projects
Commit 8d600963 authored by Alexis  CRISCUOLO's avatar Alexis CRISCUOLO :black_circle:
Browse files

Update README.md

parent a2dd5cf1
No related branches found
No related tags found
No related merge requests found
Pipeline #57216 passed
......@@ -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
......
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