update intall instructions

This commit is contained in:
Ronnie Sahlberg
2010-12-05 16:13:44 +11:00
parent 5e5a5a2c56
commit d124f44469
2 changed files with 7 additions and 5 deletions

View File

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

4
README
View File

@@ -7,8 +7,10 @@ and parse/unmarshall data-in structures.
Installation
============
./autogen.sh
./configure
make
make install
sudo make install
Build RPM
=========