-
First, execute all steps in the How to compile section
-
Get PDFium:
python3 make.py build-pdfium-macos
-
Patch:
python3 make.py patch-macos
-
Compile:
python3 make.py build-macos
-
Install libraries:
python3 make.py install-macos
-
Test:
python3 make.py test-macos
Obs:
- The file make.py need be executed with python version 3.
The sample project is here: sample-apple/Sample.xcodeproj
.
Copy the include
and lib
dirs to folder sample-apple/SampleMac/Vendor
.