10000 How do I get the newest version? · ahrm sioyek · Discussion #1316 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

How do I get the newest version? #1316

Answered by adventkranz
Rudolfo00 asked this question in Q&A
Discussion options

You must be logged in to vote

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:

cd mupdf
export SDKROOT=$(xcrun --sdk macosx --show-sdk-path)
export CXXFLAGS="-isystem $SDKROOT/usr/include/c++/v1"
export CPLUS_INCLUDE_PATH="$SDKROOT/usr/include/c++/v1:$CPLUS_INCLUDE_PATH"
export CPATH="$SDKROOT/usr/include/c++/v1:$CPATH"
make clean
make

Finally execute MAKE_PARALLEL=8 ./build_mac.sh.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@Rudolfo00
Comment options

@ahrm
Comment options

ahrm Feb 20, 2025
Maintainer

@Rudolfo00
Comment options

@adventkranz
Comment options

Answer selected by Rudolfo00
@Rudolfo00
Comment options

@adventkranz
Comment options

@Rudolfo00
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
0