Browse Source

README: fix instructions mangled from a merge conflict

master
Reece H. Dunn 11 years ago
parent
commit
00669bac64
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      README.md

+ 3
- 0
README.md View File



1. Set the location of the Android SDK: 1. Set the location of the Android SDK:


$ export ANDROID_HOME=<path-to-the-android-sdk>
2. Build the project: 2. Build the project:


$ ./autogen.sh $ ./autogen.sh


Now, you can install the APK using the `adb` tool: Now, you can install the APK using the `adb` tool:


$ adb install -r android/build/outputs/apk/espeak-release-signed.apk

After running, `eSpeakActivity` will extract the `espeakdata.zip` file into its After running, `eSpeakActivity` will extract the `espeakdata.zip` file into its
own data directory to set up the available voices. own data directory to set up the available voices.



Loading…
Cancel
Save