How do I get the newest version? #1316
-
I currently run the pre-release version from september 2024, but how can I get the newest version? Could someone maybe give me some guide how to do it (I'm on MacOs)? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
adventkranz
Mar 26, 2025
Replies: 1 comment 7 replies
-
You would have to build it from source. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @Rudolfo00,
after some debugging i got it working, hope this can help you as well.
After checking out development make sure all submodules are in the correct state
git submodule update --init --recursive
.Then build mupdf seperately and export some complation flags:
Finally execute
MAKE_PARALLEL=8 ./build_mac.sh
.