File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
3435If 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.
3738Command line for installing the build dependencies on Debian or
3839Ubuntu, 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```
4243For 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
4748To compile checktestdata, run:
You can’t perform that action at this time.
0 commit comments