summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-06-01 21:08:58 +0200
committerTor Andersson <tor@ghostscript.com>2010-06-01 21:08:58 +0200
commit8f43d6b70b1469b3ef0145f90d8a1498a772812a (patch)
tree86ceed1622ff37b294f02cb406e477afa9855e64 /README
parentb0b1ee7ccf4af9efae3b6f730d25fb91b649fa1d (diff)
downloadmupdf-8f43d6b70b1469b3ef0145f90d8a1498a772812a.tar.xz
Update README.
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 7 insertions, 8 deletions
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 <http://www.gnu.org/licenses/>.
-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
-