Skip to content

Commit 7b14eaa

Browse files
authored
Update BUILD.md with directions for CLI build
Add directions for building Processing from the command line (no IDE) on Ubuntu 24.04.
1 parent 9de5e36 commit 7b14eaa

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

BUILD.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,15 @@ If your main concern is with the `Core` you don't need to build and start the wh
6262

6363
## Other editors
6464

65-
TBD
65+
### No editor, Ubuntu 24.04
66+
67+
```
68+
sudo apt install openjdk-17-jdk openjdk-17-source
69+
export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64/
70+
./gradlew build
71+
./gradlew tets
72+
./gradlew package
73+
```
6674

6775
## Troubleshooting and Setup Tips (IntelliJ IDEA)
6876

0 commit comments

Comments
 (0)