README: document the need for autoreconf
Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com>
This commit is contained in:
parent
9a181ccfbc
commit
9afcde3f1e
6
README
6
README
@ -16,6 +16,9 @@ Build System
|
|||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
GCC and friends. Generally you will need to install the package gcc.
|
GCC and friends. Generally you will need to install the package gcc.
|
||||||
|
|
||||||
|
Autotools (autoconf, automake and libtool) are needed if you clone from
|
||||||
|
Git.
|
||||||
|
|
||||||
|
|
||||||
Extra Libraries
|
Extra Libraries
|
||||||
~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~
|
||||||
@ -33,6 +36,9 @@ Installation
|
|||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
Note: If using `sudo` to build/install, you may need to add /sbin to your PATH.
|
Note: If using `sudo` to build/install, you may need to add /sbin to your PATH.
|
||||||
----------------------------------
|
----------------------------------
|
||||||
|
# Only if you cloned from git:
|
||||||
|
autoreconf -i
|
||||||
|
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
Loading…
Reference in New Issue
Block a user