Fix outdated prefix path

This commit is contained in:
Suraj Shirvankar
2022-09-13 16:57:22 +02:00
committed by Stephen M. Webb
parent 7bcbd0e2e8
commit b07103f327

4
README
View File

@@ -61,9 +61,9 @@ In general, this library can be built and installed with the following
commands:
$ autoreconf -i # Needed only for building from git. Depends on libtool.
$ ./configure
$ ./configure --prefix=PREFIX
$ make
$ make install prefix=PREFIX
$ make install
where `PREFIX` is the installation prefix. By default, a prefix of
`/usr/local` is used, such that `libunwind.a` is installed in