This commit is contained in:
Chris Li 2016-06-14 00:12:25 -04:00
parent 509da747a4
commit c84364a793
3 changed files with 2 additions and 29 deletions

View File

@ -36,7 +36,7 @@
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>32</string> <string>34</string>
<key>ITSAppUsesNonExemptEncryption</key> <key>ITSAppUsesNonExemptEncryption</key>
<false/> <false/>
<key>LSRequiresIPhoneOS</key> <key>LSRequiresIPhoneOS</key>

Binary file not shown.

View File

@ -2,30 +2,3 @@
<img src="https://img.shields.io/badge/Swift-2.2-orange.svg" alt="Drawing="/> <img src="https://img.shields.io/badge/Swift-2.2-orange.svg" alt="Drawing="/>
Kiwix for iOS is an offline reader for wikipedia. Our mission is to give people equal and easy access to free knowledge of the world. Download it on [iTunes Store](https://itunes.apple.com/us/app/kiwix/id997079563). Kiwix for iOS is an offline reader for wikipedia. Our mission is to give people equal and easy access to free knowledge of the world. Download it on [iTunes Store](https://itunes.apple.com/us/app/kiwix/id997079563).
## Compile Guide
What you need:
- A Mac
- Xcode 7.0 or up
### Prepare
1. Make sure Xcode is at least launched once and commnad line tool is installed
2. Install Macports
3. sudo port install autoconf automake libtool
<!--HomeBrew:
* brew install autoconf automake libtool gettext
* brew link --force gettext-->
### Compile xz-5.2.2
1. Download xz-5.2.2
2. ./autogen.sh
3. ./build-xz.sh
### Compile libzim
1. Clone openzim [Git](git clone https://gerrit.wikimedia.org/r/p/openzim.git)
2. cd libzim
3. modify stat64 (to be elaborated)
To be continued...