This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-libzt/BUILDING.md
2017-06-14 17:38:06 -07:00

656 B

Build Instructions for various platforms

Linux

  • make static_lib
  • make tests

macOS

  • make static_lib
  • make macos_framework
  • make tests

iOS

  • make ios_framework

FreeBSD

  • make static_lib
  • make tests

Windows

Otherwise,

  • Set up mingw-w64
  • Install a copy of MSYS
  • Run msys.bat (should be in the base directory of your MSYS installation)
    • Tell it where your mingw-64 installation is
  • make static_lib
  • make tests

This will output binaries to build/mingw-w64