From 8f43d6b70b1469b3ef0145f90d8a1498a772812a Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 1 Jun 2010 21:08:58 +0200 Subject: Update README. --- README | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'README') diff --git a/README b/README index ed9e8465..abfebebd 100644 --- a/README +++ b/README @@ -36,7 +36,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . -PREREQUISITES +COMPILING Before compiling MuPDF you need to install thirdy party dependencies. @@ -46,10 +46,11 @@ Before compiling MuPDF you need to install thirdy party dependencies. jbig2dec OpenJPEG -On windows you should download and unzip the mupdf-thirdparty.zip -archive in the mupdf source to build using the Visual Studio project. +If you don't have these installed on your system you can download and unzip +the mupdf-thirdparty.zip archive in the mupdf source tree. The makefile +will pick up the existence of this directory automatically. -COMPILING +You must unpack mupdf-thirdparty.zip to build using the Visual Studio project. You will need to use GNU Make to build with the supplied Makefile. It may be necessary to edit the Makefile for your system if it @@ -64,8 +65,8 @@ Browse the source or use the following command line to check out the source: INSTALLING -There is no install. Just copy the resulting binary from the build -directory to a directory in your path. +Typing "make prefix=/usr/local install" will install the binary, +static library and header files on your system. REPORTING BUGS AND PROBLEMS @@ -77,5 +78,3 @@ selected component. If you are reporting a problem with PDF parsing, please include the problematic file as an attachment. --- tor - -- cgit v1.2.3