You have to compile mupdf with Visual Studio and add the link directories first.
Requirements:
- Visual Studio since it has the compiler.
- Cmake and Cmake Tools extensions.
- Git clone this.
- Select the
x86
kit after it scans it. - Ctrl + Shift + P -> Build Target (bookr)
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