Skip to content

Commit

Permalink
Make docs reference the installer, and WPIlibUtility (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
JaciBrunning authored Jan 12, 2019
1 parent 3c3b882 commit e3cada0
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,21 @@ Other IDEs like IntelliJ IDEA, Eclipse, Visual Studio, and CLion are also suppor
For getting started with VSCode, please see the screensteps documentation:
https://wpilib.screenstepslive.com/s/currentCS/m/79833

### Without VSCode
Go to the latest release on GitHub: https://github.com/wpilibsuite/GradleRIO/releases.
Download the .zip file corresponding to your language and extract it.
### Without VSCode
Follow the installation instructions on screensteps: https://wpilib.screenstepslive.com/s/currentCS/m/79833
_Note that the offline installer isn't required, but will save you a ton of time and is highly recommended. You can deselect the option of VSCode if you wish._

**WPILibUtility Standalone Project Builder**
WPILib provides a standalone project builder that provides the same interface as VSCode, without having to use VSCode.

For C++ users, run `./gradlew installRoboRioToolchain`.
If you've used the installer, find and run `wpilibutility` in `C:\Users\Public\frc2019\utility` (windows), or `~/frc2019/utility`(mac/linux). Note that mac users will have to extract the .tar.gz file, then run.
Alternatively, download it from the VSCode-WPILib releases, extract it, and run it: https://github.com/wpilibsuite/vscode-wpilib/releases

You are now ready to go! Run `./gradlew build` to build your code, or `./gradlew deploy` to deploy to a robot. More commands are listed below.
Use the WPILib Utility whenever you want to create a new project.

**GradleRIO Example Project**
Go to the latest release on GitHub: https://github.com/wpilibsuite/GradleRIO/releases.
Download the .zip file corresponding to your language and extract it.

## Adding Vendor Libraries
### With VSCode
Expand Down

0 comments on commit e3cada0

Please sign in to comment.