Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 404 Bytes

BUILD_IOS.md

File metadata and controls

21 lines (14 loc) · 404 Bytes

Build for iOS

  1. Execute all general steps

  2. Get PDFium:
    python3 make.py run build-pdfium-ios

  3. Patch:
    python3 make.py run patch-ios

  4. Compile:
    python3 make.py run build-ios

  5. Install libraries:
    python3 make.py run install-ios

  6. Test:
    python3 make.py run test-ios

Obs:

  • The file make.py need be executed with python version 3.