Skip to content

miyako/4d-plugin-zint-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 

Repository files navigation

version platform license downloads

Dependencies and Licensing

  • the source code of this plugin developed using the 4D Plug-in SDK is licensed under the MIT license.
  • see Zint for the licensing of Zint (shared library).
  • the licensing of the binary product of this plugin is subject to the licensing of all its dependencies.

Syntax

miyako.github.io

Notes on ARM

to compile libpng for ARM, add

set(CMAKE_SYSTEM_PROCESSOR arm CACHE INTERNAL "")

to CMakeLists.txt, set architecture to arm in Xcode, build, lipo -create.