summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraguestuser <aguestuser@risup.net>2017-04-23 21:35:38 -0400
committeraguestuser <aguestuser@risup.net>2017-04-30 20:05:44 -0400
commit27b25ef2ea2baed320f7aed7b7e16a4a454d5f64 (patch)
tree90117b007d711124f3bf35d911ebfaf40746ae4a
parent9278f4680d9fdd34803089be875d16d667c0579e (diff)
[ag] clean up README
-rw-r--r--README.md10
1 files changed, 3 insertions, 7 deletions
diff --git a/README.md b/README.md
index d827bd6e..70ff6dcd 100644
--- a/README.md
+++ b/README.md
@@ -78,8 +78,6 @@ These are necessary to make sure the program cross-compiles to 32-bit architectu
sudo apt install lib32stdc++ lib32z1
```
-lib64stdc++
-
### Android SDK <a name="android-sdk"></a>
#### With Android Studio <a name="with-android-studio"></a>
@@ -142,9 +140,7 @@ sdkmanager ndk-bundle
#### Updating Your Path <a name="updating-your-path"></a>
-Once you've installed Android SDK & NDK packages, you need to modify your PATH so you can invoke all the programs you just installed. (On GNU/Linux, machines, this is generally `~/Android/Sdk`.)
-
-You can do that with something like the following in your `~/.shellrc` or `~/.bash_profile`:
+Once you've installed Android SDK & NDK packages, you need to modify your PATH so you can invoke all the programs you just installed. You can do that with something like the following in your `~/.shellrc` or `~/.bash_profile`:
```shell
export ANDROID_HOME=<path/where/you/installed/android/sdk>
@@ -154,6 +150,8 @@ export PATH=$ANDROID_HOME/platform-tools:$PATH
export PATH=$ANDROID_HOME/tools/bin:$PATH
```
+NOTE: On GNU/Linux machines, Android Studio installs the Android SDK in `~/Android/Sdk/`. Our dockerfile installs it in `/opt/android-sdk-linux`. You can install it wherever you want! Just be sure to remember where so you can add it to your PATH! :)
+
#### With Docker <a name="with-docker"></a>
Geesh! If all that above seems like a lot, it is!
@@ -389,8 +387,6 @@ You have a couple options. The second is more robust:
function emulator { pushd `pwd`; cd "$(dirname "$(which emulator)")" && ./emulator "$@"; popd;}
```
-*** PROBLEM 2: OUTDATED VERSIONS OF GL LIBRARIES
-
#### 3. Outdated GL Libraries <a name="outdated-gl-libraries"></a>
**Symptoms:** If you have this bug, you will see something like the following: