XXXXXX_OBSOLETE Installing Eclipse - quasics/quasics-frc-sw-2015 GitHub Wiki
These instructions are mostly obsolete, and have been replaced with those found here.
Introduction
How to set up Eclipse for Quasics code development
Requirements
- Eclipse Download Here
- A Github account (you're already on the site)
- To be added by an admin (Mr. Healy or Raymond) for access to team code
- An Internet Connection
How To Set Up
Eclipse Setup
- Download and install Java 8 JDK for your operating system here
- Download Eclipse here
- Run Installer Is there an installer? please confirm
FRC Toolkit Setup
- Download and install Roborio toolchains here
- Open Eclipse and open the "Install New Software" option under the "Help" menu
- Click the "Add..." button
- Under "Name" type "FRC Toolkits", and under URL type "http://first.wpi.edu/FRC/roborio/release/eclipse/"
- Choose the C++ tool kits and agree to the EULA More than one? Please confirm
- Restart eclipse when prompted
Subclipse Setup
- Open Eclipse
- Choose Your Workbench
- Under the Help tab, click Install new software
- Click the "Add..." button
- Enter the following
- Under Name, put "Subclipse 1.10.x"
- Under URL, put "http://subclipse.tigris.org/update_1.10.x/"
- Download and install the following from the dropdown menus:
- On the "Subclipse" dropdown: everything except "Mylyn Integration"
- On the "SVNKit" tab: the "SVNKit Library"
- (Mac Only) The "svn adapter" to use the pure Java adapter
- When you're done installing the above, restart Eclipse.
Accessing the team's repositories
Note: The following steps assume that you've installed both Eclipse and the Subclipse plugins, and that you've set up a free personal account on GitHub (this site).
- After restarting, open the Window tab, go to the other option under showview, and select SVN Repositories under SVN
- Right Click the new space
- Select "New repository location" under new
- In the field for the repository location, enter "https://github.com/quasics/quasics-frc-sw-2015.git".
- Follow instructions to download correct project.