Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miyako/4d-plugin-zint-v2

Barcode generator
https://github.com/miyako/4d-plugin-zint-v2

4d-plugin 4d-plugin-apple-silicon barcode-generator

Last synced: about 1 month ago
JSON representation

Barcode generator

Awesome Lists containing this project

README

        

![version](https://img.shields.io/badge/version-19%2B-5682DF)
![platform](https://img.shields.io/static/v1?label=platform&message=mac-intel%20|%20mac-arm%20|%20win-64&color=blue)
[![license](https://img.shields.io/github/license/miyako/4d-plugin-zint-v2)](LICENSE)
![downloads](https://img.shields.io/github/downloads/miyako/4d-plugin-zint-v2/total)

### Dependencies and Licensing

* the source code of this plugin developed using the [4D Plug-in SDK](https://github.com/4d/4D-Plugin-SDK) is licensed under the [MIT license](https://github.com/miyako/4d-plugin-gs/blob/master/LICENSE).
* see [Zint](https://zint.org.uk) 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](https://miyako.github.io/2019/11/27/4d-plugin-zint.html)

### 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`.