diff --git a/README.md b/README.md index 041ad7eb502151afa48fc99998dfc51beeb5a4e8..4df5fb24c556da5d270df533ffdd60b2f4cebe92 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,11 @@ Compilation of the source code can be carried out using [gcc](https://ftp.gnu.or #### Basic compilation and execution -An executable can be built by running the three following command lines: +An executable can be built by running the five following command lines: ```bash +./autoconf +./automake ./configure make check make