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

@@ -55,6 +55,7 @@ In order to use Android Studio, you will also need:

1. Set the location of the Android SDK:

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

$ ./autogen.sh
@@ -85,6 +86,8 @@ this by:

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
own data directory to set up the available voices.


Loading…
Cancel
Save