Skip to content

Commit 1a64013

Browse files
authored
Update README.md
1 parent bcfe98b commit 1a64013

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ What you can do with this app:
5656
- Fetched with gradle as dependency:
5757
- Android USB serial: https://github.com/mik3y/usb-serial-for-android
5858

59+
# Building
60+
- Building from command line:\
61+
`ANDROID_HOME=<yor android home directory> JAVA_HOME=<your java home directory> ./gradlew <command>`\
62+
For example:\
63+
`ANDROID_HOME=~/Android/Sdk JAVA_HOME=~/.jdks/jbr-21.0.4 ./gradlew assembleRelease`
64+
5965
# Other similar or related projects
6066
- Hardware
6167
- ESP32 LoRa APRS modem (used with this application for testing): https://github.com/sh123/esp32_loraprs

0 commit comments

Comments
 (0)