File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ Requirements:
29
29
(GNU g++ >= 4.9 and LLVM clang++ >= 3.5 are known to work)
30
30
* Libboost (http://www.boost.org/ )
31
31
* The GNU GMP libraries (http://gmplib.org/ )
32
+ * Automake (https://www.gnu.org/software/automake/ )
32
33
* flexc++/bisonc++ (optional)
33
34
34
35
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.
37
38
Command line for installing the build dependencies on Debian or
38
39
Ubuntu, when using the release branch:
39
40
```
40
- apt-get install make g++ libboost-dev libgmp-dev
41
+ apt-get install make g++ libboost-dev libgmp-dev autotools-dev automake
41
42
```
42
43
For Redhat-like distributions try:
43
44
```
44
- yum install make g++ boost-devel gmp-devel
45
+ yum install make g++ boost-devel gmp-devel automake
45
46
```
46
47
47
48
To compile checktestdata, run:
You can’t perform that action at this time.
0 commit comments