mirror of
https://github.com/libunwind/libunwind.git
synced 2026-01-12 00:04:03 +08:00
Fix outdated prefix path
This commit is contained in:
committed by
Stephen M. Webb
parent
7bcbd0e2e8
commit
b07103f327
4
README
4
README
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user