aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Northrop <cnorthrop@google.com>2016-05-31 09:36:37 -0600
committerCody Northrop <cnorthrop@google.com>2016-05-31 11:34:17 -0600
commit6a4abdf7cd3702b64a0a54f99e2fbc2d07974e82 (patch)
tree3a9b4848bd688e4a8b973017935088d59db83b7b
parenta2db2e813fb357dc9cd49cfd8d3027b88e5c793b (diff)
downloadusermoji-6a4abdf7cd3702b64a0a54f99e2fbc2d07974e82.tar.xz
docs: Improve OSX steps for Android
-rw-r--r--BUILD.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/BUILD.md b/BUILD.md
index ad05e863..d85f5117 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -155,13 +155,11 @@ Tested on OSX version 10.11.4
```
- Ensure Homebrew is at the beginning of your PATH:
```
-export PATH=$HOME/homebrew/bin:$PATH
+export PATH=/usr/local/bin:$PATH
```
- Add packages with the following (may need refinement)
```
-brew install cmake
-brew install python
-brew install python3
+brew install cmake python python3 git
```
### Build steps for Android
Use the following to ensure the Android build works.
@@ -171,7 +169,7 @@ Follow the setup steps for Linux or OSX above, then from your terminal:
cd build-android
./update_external_sources_android.sh
./android-generate.sh
-ndk-build
+ndk-build -j $(sysctl -n hw.ncpu)
```
#### Windows
Follow the setup steps for Windows above, then from Developer Command Prompt for VS2013: