Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 716 Bytes

BUILDING.md

File metadata and controls

31 lines (23 loc) · 716 Bytes

For Windows

You have to compile mupdf with Visual Studio and add the link directories first.

Visual Studio Code

Requirements:

  • Visual Studio since it has the compiler.
  • Cmake and Cmake Tools extensions.
  1. Git clone this.
  2. Select the x86 kit after it scans it.
  3. Ctrl + Shift + P -> Build Target (bookr)

Visual Studio 2019

For Mac

Note: You need to build the vita version first to get mupdf

# This is just for devel.
# Currently on OSX El Capitan 10.11.5
git clone --recursive https://github.com/pathway27/bookr-mod-vita
# install ext/SOIL (there's a readme)
brew install glm glew glfw freetype cmake
mkdir -p desktop/Debug && cd $_
cmake ../..
make -j8
./bookr-mod-vita