From d124f4446940207209748a465bf062e7af4451d7 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sun, 5 Dec 2010 16:13:44 +1100 Subject: [PATCH] update intall instructions --- INSTALL | 8 ++++---- README | 4 +++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/INSTALL b/INSTALL index 8598ba9..3252ae0 100644 --- a/INSTALL +++ b/INSTALL @@ -4,10 +4,10 @@ and executables under /usr/bin From source: ============ -$ ./autogen.sh -$ ./configure -$ make -# make install +./autogen.sh +./configure +make +sudo make install Building RPM: ============= diff --git a/README b/README index dbfc7fe..8b690ea 100644 --- a/README +++ b/README @@ -7,8 +7,10 @@ and parse/unmarshall data-in structures. Installation ============ +./autogen.sh +./configure make -make install +sudo make install Build RPM =========