-
Notifications
You must be signed in to change notification settings - Fork 0
Setup
primetoxinz edited this page Sep 27, 2017
·
8 revisions
- Install Java JDK 8 x64 for your system.
- Install Intellij IDEA Community Edition
- Just stick with all the default preference (I suggest picking the Darcula dark mode ;) )
- Install Git for Windows
- Setup IDEA Java SDK:
- Open Configure -> Project Defaults -> Project Structure
- Select an SDK - Choose the first value in the dropdown menu (if none exist create one to a valid java path.)
- Open Configure -> Project Defaults -> Project Structure
- Import the Robot Base Project:
- Go to Check out from Version Control
- Click Github and login into your account
- Set the Git Repository URL to
https://github.com/NorviewFIRSTRobotics/Team1793RobotBase/
and choose your preferred directory.
- Make sure to import the project as a Gradle module, confirm any other dialogs.
- Open the settings.gradle file and change
rootProject.name = 'RobotBase'
torootProject.name = 'a different name'
- Go to Check out from Version Control
- Ready for Development.