You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 14, 2022. It is now read-only.
Open MinGW Shell (C:\MinGW\msys\1.0\msys.bat) then cd to MuPDF source directory
`cd path/to/mupdf/source`
execute make
`make build=debug NOX11=yes`
For release, just change "debug" to "release". NOX11 is necessary since X11 headers are not available in Windows. Note that this will not build the "app" packaged with the MuPDF source.
That's it!
The ".a" binaries are available inside the "build" folder.