README: Clarify that building from git needs './autogen.sh'.

This commit is contained in:
Richard W.M. Jones
2013-05-19 16:40:19 +01:00
parent 2147d9d6cd
commit 95ed4949f2

6
README
View File

@@ -220,8 +220,10 @@ Building
Build the daemon, library and root filesystem:
./configure
make
building from tarball building from git
--------------------- -----------------
./configure ./autogen.sh
make make
Run the tests: