Updated Build instructions for first time contributors

[skip ci]
This commit is contained in:
Stef Tervelde
2024-11-12 16:16:35 +01:00
committed by GitHub
parent e570375bcd
commit 1a3f5e4c3a
+4 -2
View File
@@ -6,10 +6,12 @@ First, [download the IntelliJ IDEA Community Edition](https://www.jetbrains.com/
1. Clone the Processing4 repository to your machine locally
1. Open the cloned repository in IntelliJ IDEA CE
1. Click `Install Required Plugins` on the bottom right
1. Restart IntelliJ IDEA CE
1. Click `Install Required Plugins` on the bottom right or in the notification tray
1. In the main menu, go to File > Project Structure > Project Settings > Project.
1. In the SDK Dropdown option, select a JDK version 17 or Download the jdk
1. Select your platform (Windows, MacOS or Linux) in the top right of the window
1. Click the green Run Icon next to it
1. Logs can be found in the `messages` or `run` pane on the bottom left of the window
## Manual Approach