Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/miyako/4d-plugin-zint-v2
- Owner: miyako
- License: mit
- Created: 2019-11-26T15:41:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T22:32:21.000Z (5 months ago)
- Last Synced: 2024-08-02T03:25:49.877Z (5 months ago)
- Topics: 4d-plugin, 4d-plugin-apple-silicon, barcode-generator
- Language: C
- Homepage:
- Size: 52.7 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.