Update README to use autogen.sh

This commit is contained in:
Milian Wolff 2015-06-07 12:23:42 -07:00 committed by Arun Sharma
parent 7701522688
commit b2db825e8a
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -21,7 +21,7 @@ several architecture/operating-system combinations:
In general, this library can be built and installed with the following
commands:
$ autoreconf -i # Needed only for building from git. Depends on libtool.
$ ./autogen.sh # Needed only for building from git. Depends on libtool.
$ ./configure
$ make
$ make install prefix=PREFIX