1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-15 20:58:13 +01:00

Update documentation on building from git

This commit is contained in:
Arun Sharma 2010-03-02 21:18:57 -08:00
parent 3468a6b33d
commit 46ea10680d

1
README
View file

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