-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Mac OS arm64 build support #65
Comments
I don't think I need to do anything to make Mac OS work right? The build tests already include Mac OS. On Mac OS you need to set the env variable |
May be we need to add it to documentation? |
I'm not completely sure if you actually need it. Might be enough to have the pkg-config. |
Any chance we can have a simple makefile that does the repetitive stuff ? like pull releases from https://github.com/bblanchon/pdfium-binaries/releases and build etc |
Yeah sounds good to me :) I'm not really efficient in Makefiles, but sounds like a good addition to make installs easier, so will accept PR's. Actually, won't it be better to add that to |
Yes, it would be cool to make a make command that would download the latest version of the compiled library |
I will close this issue for now. I don't think this project should deal with binary distributions of pdfium (except for the Webassembly version). It would be nice if https://github.com/bblanchon/pdfium-binaries could also automatically be pushed to a PPA for Ubuntu/Debian and perhaps to Homebrew for MacOS? I have opened an issue for that on there: bblanchon/pdfium-binaries#114 |
always we do cp /opt/pdfium/lib/libpdfium.so /usr/lib/libpdfium.so
but on Mac OS instead of the .so file, libpdfium.dylib is located
The text was updated successfully, but these errors were encountered: