Skip to content

Commit 883b989

Browse files
Guillaume Milaneldering
authored andcommitted
[Documentation] Add the automake dependence
1 parent 47fb26c commit 883b989

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Requirements:
2929
(GNU g++ >= 4.9 and LLVM clang++ >= 3.5 are known to work)
3030
* Libboost (http://www.boost.org/)
3131
* The GNU GMP libraries (http://gmplib.org/)
32+
* Automake (https://www.gnu.org/software/automake/)
3233
* flexc++/bisonc++ (optional)
3334

3435
If you don't have `flexc++` and/or `bisonc++` available, you may use the release
@@ -37,11 +38,11 @@ branch where we've pre-generated the scanner/parser files.
3738
Command line for installing the build dependencies on Debian or
3839
Ubuntu, when using the release branch:
3940
```
40-
apt-get install make g++ libboost-dev libgmp-dev
41+
apt-get install make g++ libboost-dev libgmp-dev autotools-dev automake
4142
```
4243
For Redhat-like distributions try:
4344
```
44-
yum install make g++ boost-devel gmp-devel
45+
yum install make g++ boost-devel gmp-devel automake
4546
```
4647

4748
To compile checktestdata, run:

0 commit comments

Comments
 (0)