Fixed the installation commands in the readme file.

This commit is contained in:
MissValeska 2014-02-28 02:19:27 -08:00
parent eb91be8f93
commit 83db8acdde

View File

@ -62,7 +62,8 @@ The dependencies of netsukuku can be gathered by running this command.
# sudo apt-get install zlibc libgmp-dev openssl libssl-dev libgee-dev libpth-dev libgcrypt11-dev autoconf cmake autogen mawk gawk
To compile the code you can use scons or just go with the old school way:
# autoreconf -i
# ./configure && make
# sudo make install