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 =========