1
0
forked from GitHub/gf-core

src/runtime/c/INSTALL: add automake to the list of needed packages on Linux

The automake package contains aclocal, which is needed when running
autoreconf -i.

I never needed to install automake explicitly on Linux, presumably because it
got installed anyway because of some other dependency, but apparently you
can't take this for granted.
This commit is contained in:
hallgren
2016-03-30 11:43:16 +00:00
parent e929080bb6
commit 9f7593734a

View File

@@ -12,7 +12,7 @@ grammar you also have to add the option '-literal=Symb' while compiling.
For Linux users
---------------
You will need the packages: autoconf, libtool, make
You will need the packages: autoconf, automake, libtool, make
The compilation steps are: