aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-01-30 08:55:08 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-01-30 08:55:08 +0200
commit6c0791a4f5e0d754d214b66fd71871fd078b0693 (patch)
treea71d555dcaa20e9e0acca4ebcebeb07724232423 /INSTALL
parent5a59b506b908316f2479f723c84b400dc5245eb5 (diff)
Minor fixes to INSTALL
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 7a4ed55..345d2a9 100644
--- a/INSTALL
+++ b/INSTALL
@@ -15,7 +15,7 @@ add the -I option) or not searching /usr/local/lib for libraries either during
linking (so we add the -L option) or at runtime (which we fix with the help of
-rpath). If you know that your installation doesn't suffer from (some of) these
issues, then you can adjust the commands below accordingly. Note that even if
-/usr/local/lib is searched at runtime, you may still have to run ldconfig(1)
+/usr/local/lib is searched in at runtime, you may still have to run ldconfig(1)
(as root) after the installation to refresh the library cache.
Note to Mac OS users: you will need version 10.5 (Leopard) or later. We will