From b07103f32784045955d0dcb9867dfb13e7c46cb0 Mon Sep 17 00:00:00 2001 From: Suraj Shirvankar Date: Tue, 13 Sep 2022 16:57:22 +0200 Subject: Fix outdated prefix path --- README | 4 ++-- 1 file 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 -- cgit v1.2.1