README: add prerequisites for an autoconf build

Change-Id: Ie040885f11ee07879d95774f0468d63c5f4af24d
This commit is contained in:
James Zern 2015-12-03 19:29:53 -08:00
parent 3391459590
commit a90e1e3f01

6
README
View File

@ -53,6 +53,12 @@ Please refer to makefile.unix for additional details and customizations.
Using autoconf tools: Using autoconf tools:
--------------------- ---------------------
Prerequisites:
A compiler (e.g., gcc), make, autoconf, automake, libtool.
On a Debian-like system the following should install everything you need for a
minimal build:
$ sudo apt-get install gcc make autoconf automake libtool
When building from git sources, you will need to run autogen.sh to generate the When building from git sources, you will need to run autogen.sh to generate the
configure script. configure script.