Skip to content

ArtifexSoftware/mupdf-ios-viewer

Repository files navigation

This is the project for the MuPDF iOS viewer.

LICENSE

MuPDF is Copyright 2006-2016 Artifex Software, Inc.

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU Affero General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.

For commercial licensing, including our "Indie Dev" friendly options,
please contact sales@artifex.com.

COMPILING

To build this project you will need Xcode.

Check out the latest source using git:

	$ git clone git://git.ghostscript.com/mupdf-ios-viewer.git

Set up the submodules and prepare the repository for building:

	$ cd mupdf-ios-viewer
	$ bash setup_build.sh

Use Xcode:

	$ open MuPDF.xcodeproj