aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.macos2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.macos b/README.macos
index a23f47e5aa..54c66c5bf1 100644
--- a/README.macos
+++ b/README.macos
@@ -58,7 +58,7 @@ install them before configuring GTK+.)
You will need to do "make install-lib" for the JPEG library to install
its libraries - "make install" does not suffice. You will also have to
-do "sudo ranlib /usr/lib/libjpeg.a" after "make install-lib".
+do "sudo ranlib /usr/local/lib/libjpeg.a" after "make install-lib".
For libpng, use scripts/makefile.darwin, not scripts/makefile.macosx.