Commit f2e3f929 authored by Max Lv's avatar Max Lv

update README

parent 21e07708
...@@ -13,23 +13,25 @@ A [shadowsocks](http://shadowsocks.org) client for Android, written in Scala. ...@@ -13,23 +13,25 @@ A [shadowsocks](http://shadowsocks.org) client for Android, written in Scala.
### PREREQUISITES ### PREREQUISITES
* JDK 1.6+ * JDK 1.6+
* SBT 0.12.3+ * SBT 0.12.4
* Android SDK r21+ * Android SDK r21+
* Android NDK r8d+ * Android NDK r9+
### BUILD ### BUILD
* Export ANDROID_HOME=/path/to/android-sdk
* Export ANDROID_NDK_HOME=/path/to/android-ndk
* Create your key following the instructions at http://developer.android.com/guide/publishing/app-signing.html#cert * Create your key following the instructions at http://developer.android.com/guide/publishing/app-signing.html#cert
* Put your key in ~/.keystore * Put your key in ~/.keystore
* Create `local.sbt` from `local.sbt.example` with your own key alias * Create `local.sbt` from `local.sbt.example` with your own key alias
* Invoke the building like this * Invoke the building like this
```bash ```bash
# Optional # Build native binaries
./build-ndk.sh ./build-ndk.sh
# Build # Build the App
sbt android:prepare-market sbt clean release
``` ```
### LICENSE ### LICENSE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment