Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update BUILD.md with directions for CLI build
Add directions for building Processing from the command line (no IDE) on Ubuntu 24.04.
  • Loading branch information
jd-boyd authored Jun 26, 2025
commit 7b14eaa08694abf101e99d28ca8452be371697e5
10 changes: 9 additions & 1 deletion BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,15 @@ If your main concern is with the `Core` you don't need to build and start the wh

## Other editors

TBD
### No editor, Ubuntu 24.04

```
sudo apt install openjdk-17-jdk openjdk-17-source
export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64/
./gradlew build
./gradlew tets
./gradlew package
```

## Troubleshooting and Setup Tips (IntelliJ IDEA)

Expand Down