1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-05-06 06:35:18 +02:00

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

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