Browse Source

README.md: gradle 1.10 is now required

master
Reece H. Dunn 11 years ago
parent
commit
8a8cce4f66
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File



1. the [Android SDK](http://developer.android.com/sdk/index.html); 1. the [Android SDK](http://developer.android.com/sdk/index.html);
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.7.
3. Gradle 1.10.


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.7_1.0-0ubuntu1_all.deb](https://launchpad.net/~cwchien/+archive/gradle/+files/gradle-1.7_1.0-0ubuntu1_all.deb) |
| gradle | [gradle-1.10_1.0-0ubuntu1_all.deb](https://launchpad.net/~cwchien/+archive/gradle/+files/gradle-1.10_1.0-0ubuntu1_all.deb) |


## Building ## Building



Loading…
Cancel
Save