Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julienr/libzip-android
libzip port for Android NDK
https://github.com/julienr/libzip-android
Last synced: 8 days ago
JSON representation
libzip port for Android NDK
- Host: GitHub
- URL: https://github.com/julienr/libzip-android
- Owner: julienr
- License: other
- Created: 2010-12-02T14:37:48.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2020-07-28T09:50:24.000Z (over 4 years ago)
- Last Synced: 2024-07-31T22:56:03.816Z (3 months ago)
- Language: C
- Homepage:
- Size: 131 KB
- Stars: 69
- Watchers: 12
- Forks: 47
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
libzip for Android
==================
This is a repackaging of libzip for the Android NDK.The only changed files are config.h and the android .mk files.
libzip has been written by Dieter Baron and Thomas Klausner.
Assuming 'ndk-build' is in your path, you can use the build.sh script to build a static lib.
The 'master' branch of this repository contains version 1.0.1 of libzip. I
haven't had much time to test it on Android.The 'stable' branch of this repository contains the older 0.9.3 version which
works fine on Android.