You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BUILD.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ Any classes that end up being written in Kotlin have their equivalent Java class
54
54
55
55
### Running Processing
56
56
57
-
The main task to run or debug the PDE is `run`.
57
+
The main task to run or debug the PDE is `run`. That means you just need to run `./gradlew run` (Linux) or `./gradlew.bat run` (Windows) to build and run Processing.
58
58
59
59
If your main concern is with the `Core` you don't need to build and start the whole PDE to test your changes. In IntelliJ IDEA you can select any of the sketches in `core/examples/src/.../` to run by click on the green arrow next to their main functions. This will just compile core and the example sketch. Feel free to create additional examples for your new functionality.
0 commit comments