-
Notifications
You must be signed in to change notification settings - Fork 0
Setup
Trevor edited this page Mar 4, 2019
·
5 revisions
- Install IntelliJ 2018.3 or greater and install Java 11 JDK (Java 8 isn't enough)
- When first opening IntelliJ, you should see a window like this:
-
Click:
Check out from Version Control
thengit
-
In dialog box: URL: https://github.com/DurhamAcademy/FRC2019.git
-
Click "yes" when asked if you want to open file
-
Do NOT change the name of the project. Check
Use auto-import
and change Gradle JVM to Java 11 (may be named slightly different),
-
Click "ok"
-
At this stage, IF IntelliJ asks you to add file to git, click cancel
-
Click the Project tab on the left side of IntelliJ
-
Navigate to:
src > main > kotlin > frc.team6502.robot
-
You are ready to begin developing for 6502!