You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

629 B

Build Instructions for various platforms

Linux

  • make static_lib
  • make tests

macOS

  • make static_lib
  • make tests

iOS

  • make ios_framework

FreeBSD

  • make static_lib
  • make tests

Windows

  • Prebuilt Binaries\Libraries Here

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