https://github.com/hopding/hummus-android-build
Build static libraries of Hummus PDFWriter for Android (WIP)
https://github.com/hopding/hummus-android-build
Last synced: about 1 year ago
JSON representation
Build static libraries of Hummus PDFWriter for Android (WIP)
- Host: GitHub
- URL: https://github.com/hopding/hummus-android-build
- Owner: Hopding
- Created: 2017-08-13T01:44:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-13T01:48:44.000Z (almost 9 years ago)
- Last Synced: 2025-01-25T15:24:02.442Z (over 1 year ago)
- Language: C
- Size: 21 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
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:
* arm64-v8a
* armeabi
* armeabi-v7a
* mips
* mips64
* x86
* x86_64