https://github.com/hopding/hummus-ios-build
Build static libraries of Hummus PDFWriter for iOS (WIP)
https://github.com/hopding/hummus-ios-build
Last synced: about 1 year ago
JSON representation
Build static libraries of Hummus PDFWriter for iOS (WIP)
- Host: GitHub
- URL: https://github.com/hopding/hummus-ios-build
- Owner: Hopding
- Created: 2017-08-13T01:24:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-25T16:43:08.000Z (over 8 years ago)
- Last Synced: 2025-01-25T15:24:03.426Z (over 1 year ago)
- Language: C
- Size: 21 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Warning
This project works, but is very much a work in progress, and documentation will be lacking.
# Building Static Libraries
Run `chmod +x ./build && ./build` to generate the static library (`.a`) files in `./out`. This will generate `.a` files for the following architectures, as well as a "universal" file that targets all of the architectures:
* i386
* x86_64
* arm64
* armv7s
* armv7
**NOTE:** You can now use the `.a` files in other projects. Be sure to set their "Type" to `Macho-O Object Code`!