readme.svn-base
来自「SumatraPDF是一款小型开源的pdf阅读工具。虽然玲珑小巧(只有800多K」· SVN-BASE 代码 · 共 82 行
SVN-BASE
82 行
README for the Fitz distribution.Fitz is a graphics library.MuPDF is a PDF parsing and manipulation library.Samus is a Metro parser.FzView is a PDF and Metro viewer application.For Windows, there is also a Mozilla plugin version of the viewer.The Viewer has three ports: X11, Windows and Carbon.The Carbon port is rotting, so don't bother trying it.This program is free software: you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation, either version 2 of the License, or(at your option) any later version.PREREQUISITESBefore compiling Fitz you need to install thirdy party dependencies. zlib libjpeg libpng freetype2 expatThere are a few optional dependencies that you don't strictly need.You will probably want the versions that Ghostscript maintains. jbig2dec jasperFitz uses the Perforce Jam build tool. You need the Perforce version 2.5or later. Earlier versions (including the FTJam fork) have crippling bugs.Boost Jam is not backwards compatible. If you do not have a compiledbinary for your system, you can find the Jam homepage here: http://www.perforce.com/jam/jam.htmlI use Mingw and MSYS to compile for Windows. If you use anythingelse, you are on your own.COMPILINGIf all of that is installed, compiling should be a cinch.Issue the command 'jam' in the root of the Fitz directory.Add a parameter '-sBUILD=release' or '-sBUILD=profile' tobuild release or profile versions. $ jam '-sBUILD=release'If the build fails because it cannot find header files or libraries,look first in Jamrules to see if there is anything wrong with thesearch paths or compiler flags for your system.To compile in the optional jbig2 and jpeg2000 support, you needto add the following arguments to jam: $ jam '-sHAVE_JBIG2DEC=yes' '-sHAVE_JASPER=yes'To build the X11 version under MacOS X, add: $ jam '-sHAVE_X11=yes'INSTALLINGThere is no install. The command "jam install" will copy thecompiled binaries (for the specified build -- debug, release or profile)into a "dist/" directory.There is no support for building a shared library.REPORTING BUGS AND PROBLEMSSend reports to tor@ghostscript.com.If you are reporting a problem with PDF parsing,please include the problematic file as an attachment.-- tor
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?