-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jaci Brunning
authored and
Jaci Brunning
committed
Feb 1, 2015
1 parent
3cdc7b2
commit 04cbacd
Showing
3 changed files
with
88 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
# GradleRIO | ||
GradleRIO is a powerful Gradle Plugin that allows teams competing in the FIRST | ||
robotics competition to produce and build their code without being limited to | ||
the Eclipse IDE. | ||
the Eclipse IDE. | ||
|
||
GradleRIO extracts the WPILib sources from the eclipse plugin and allows you to | ||
GradleRIO extracts the WPILib sources from the eclipse plugin and allows you to | ||
use it with eclipse or IntelliJ IDEA. GradleRIO also allows you to build and | ||
deploy your code to the RoboRIO without using eclipse. | ||
|
||
|
||
* WPILib is downloaded and extracted using 'gradlew wpi' | ||
* A workspace is setup using 'gradlew idea' or 'gradlew eclipse' | ||
* Code is deployed using 'gradlew deploy' or 'gradlew deployIP' (deployIP for custom IP addresses) | ||
* Robot Code or the RoboRIO can be restarted using 'gradlew robot' or 'gradlew reboot' | ||
* Robot Code can be removed from the RoboRIO using 'gradlew cleanRIO' | ||
|
||
|
||
##Download | ||
## Download | ||
To get GradleRIO, simply head to the [releases page](http://github.com/Open-RIO/GradleRIO/releases) and download the .zip file containing the archive. Extract it to your working directory and get coding! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters