I added the real installation commads (Running autogen.sh was not listed prior)

This commit is contained in:
Valeska 2013-11-14 11:28:51 -08:00
parent 919568180b
commit 2ea54e622b

View File

@ -58,7 +58,9 @@ The dependencies of netsukuku can be gathered by running this command.
To compile the code you can use scons or just go with the old school way:
# ./configure && make && make install
# ./autogen.sh
# ./configure && make
# sudo make install
But SCons is cooler:
http://www.scons.org/