mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 22:09:32 -06:00
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:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user