Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 416 Bytes

BUILD_MACOS.md

File metadata and controls

21 lines (14 loc) · 416 Bytes

Build for macOS

  1. Execute all general steps

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

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

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

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

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

Obs:

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