Fix a pathname.

svn path=/trunk/; revision=13106
This commit is contained in:
Guy Harris 2005-01-18 02:15:33 +00:00
parent c2435429a1
commit 751e7a4157
1 changed files with 1 additions and 1 deletions

View File

@ -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.