Skip to content

Commit 5107080

Browse files
authored
Update jules-setup.sh
1 parent 3996eda commit 5107080

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

jules-setup.sh

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
export ANDROID_HOME=$HOME/Android/Sdk # Adjust to your liking
22

3-
PROTOBUF_VERSION=21.7
4-
curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v$PROTOBUF_VERSION/protobuf-all-$PROTOBUF_VERSION.tar.gz
5-
tar xzf protobuf-all-$PROTOBUF_VERSION.tar.gz
6-
cd protobuf-$PROTOBUF_VERSION
7-
./configure --disable-shared
8-
make -j 4 # You may want to pass -j to make this run faster; see make --help
9-
sudo make install
10-
cd ..
3+
#PROTOBUF_VERSION=21.7
4+
#curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v$PROTOBUF_VERSION/protobuf-all-$PROTOBUF_VERSION.tar.gz
5+
#tar xzf protobuf-all-$PROTOBUF_VERSION.tar.gz
6+
#cd protobuf-$PROTOBUF_VERSION
7+
#./configure --disable-shared
8+
#make -j 4 # You may want to pass -j to make this run faster; see make --help
9+
#sudo make install
10+
#cd ..
11+
12+
echo "skipCodegen=true" > gradle.properties
1113

1214
mkdir $HOME/Android
1315
mkdir $ANDROID_HOME

0 commit comments

Comments
 (0)