Skip to content

Commit

Permalink
Add cmake to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hhanh00 committed May 20, 2022
1 parent 7025e1b commit 46fa346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ROOT_DIR=$1

mkdir -p $ROOT_DIR/Android/sdk
export ANDROID_SDK_ROOT=$ROOT_DIR/Android/sdk
pacman -Sy --noconfirm unzip jdk8-openjdk git
pacman -Sy --noconfirm unzip jdk8-openjdk git cmake

curl -o sdk-tools.zip https://dl.google.com/android/repository/commandlinetools-linux-7583922_latest.zip
unzip sdk-tools.zip
Expand Down

0 comments on commit 46fa346

Please sign in to comment.