Browse Source

Update the README to reflect the new requirements.

master
Reece H. Dunn 10 years ago
parent
commit
6fd20acae4
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      README.md

+ 4
- 4
README.md View File



In order to build the APK, you need: In order to build the APK, you need:


1. the [Android SDK](http://developer.android.com/sdk/index.html);
1. the [Android SDK](http://developer.android.com/sdk/index.html) with API 21 support;
2. the [Android NDK](http://developer.android.com/tools/sdk/ndk/index.html); 2. the [Android NDK](http://developer.android.com/tools/sdk/ndk/index.html);
3. Gradle 1.10.
3. Gradle 2.1.


In order to use Android Studio, you will also need: In order to use Android Studio, you will also need:


| autotools | `sudo apt-get install make autoconf automake libtool pkg-config` | | autotools | `sudo apt-get install make autoconf automake libtool pkg-config` |
| c++ compiler | `sudo apt-get install gcc g++` | | c++ compiler | `sudo apt-get install gcc g++` |
| wxWidgets | `sudo apt-get install libwxgtk2.8-dev` | | wxWidgets | `sudo apt-get install libwxgtk2.8-dev` |
| gradle | [gradle-1.10_1.0-0ubuntu1_all.deb](https://launchpad.net/~cwchien/+archive/gradle/+files/gradle-1.10_1.0-0ubuntu1_all.deb) |
| gradle | [gradle-2.1_0ubuntu1_all.deb](https://launchpad.net/~cwchien/+archive/ubuntu/gradle/+files/gradle_2.1-0ubuntu1_all.deb) |


## Building ## Building


2. Build the project: 2. Build the project:


$ ./autogen.sh $ ./autogen.sh
$ ./configure
$ ./configure --with-gradle=<path-to-gradle>
$ make $ make


This will create an `android/build/outputs/apk/espeak-release-unsigned.apk` file. This will create an `android/build/outputs/apk/espeak-release-unsigned.apk` file.

Loading…
Cancel
Save