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
+61-18Lines changed: 61 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,16 @@ _**Note:** A paid subscription is **not** required. Everything needed to build a
23
23
> [!TIP]
24
24
> If you encounter any issues with this process, Read the [Troubleshooting and Setup Tips for IntelliJ IDEA](#troubleshooting-and-setup-tips-intellij-idea)
25
25
26
+
1. Clone the Processing4 repository to your machine locally
27
+
1. Open the cloned repository in IntelliJ IDEA CE
28
+
1. When prompted, select **Trust Project**. You can preview the project in Safe Mode but you won't be able to build Processing.
29
+
1. IntelliJ may ask if you want to load Gradle project. If you allow this, make sure you are using JDK version 17.
30
+
1. In the main menu, go to File > Project Structure > Project Settings > Project.
31
+
1. In the SDK Dropdown option, select a JDK version 17 or Download the jdk
32
+
1. Click the green Run Icon in the top right of the window. This is also where you can find the option to debug Processing.
33
+
1. Logs can be found in the `Build` or `Debug` pane on the bottom left of the window
34
+
35
+
26
36
## VSCode
27
37
1. Clone the Processing4 repository to your machine locally
28
38
1. Open the cloned repository in VScode
@@ -46,7 +56,7 @@ If you don't have them installed, you will need to install [Git](https://git-scm
0 commit comments