From 2ea54e622b342d7e97904ab3e9646724ba7fb7ea Mon Sep 17 00:00:00 2001 From: Valeska Date: Thu, 14 Nov 2013 11:28:51 -0800 Subject: [PATCH] I added the real installation commads (Running autogen.sh was not listed prior) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b31d77..6f50a67 100644 --- a/README.md +++ b/README.md @@ -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/