summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuraj Shirvankar <surajshirvankar@gmail.com>2022-09-13 16:57:22 +0200
committerStephen M. Webb <stephen.webb@bregmasoft.ca>2022-09-13 13:57:50 -0400
commitb07103f32784045955d0dcb9867dfb13e7c46cb0 (patch)
tree6b5e2e839bf2c88dfc63da479907a339a233338a
parent7bcbd0e2e8f8d35cfb3002fb5c199c8464778b90 (diff)
downloadlibunwind-b07103f32784045955d0dcb9867dfb13e7c46cb0.tar.gz
Fix outdated prefix path
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 47781964..9bf1aa3b 100644
--- a/README
+++ b/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