summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-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