Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e3cada0

Browse files
authoredJan 12, 2019
Make docs reference the installer, and WPIlibUtility (#299)
1 parent 3c3b882 commit e3cada0

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed
 

‎README.md

+13-5
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,21 @@ Other IDEs like IntelliJ IDEA, Eclipse, Visual Studio, and CLion are also suppor
1717
For getting started with VSCode, please see the screensteps documentation:
1818
https://wpilib.screenstepslive.com/s/currentCS/m/79833
1919

20-
### Without VSCode
21-
Go to the latest release on GitHub: https://github.com/wpilibsuite/GradleRIO/releases.
22-
Download the .zip file corresponding to your language and extract it.
20+
### Without VSCode
21+
Follow the installation instructions on screensteps: https://wpilib.screenstepslive.com/s/currentCS/m/79833
22+
_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._
23+
24+
**WPILibUtility Standalone Project Builder**
25+
WPILib provides a standalone project builder that provides the same interface as VSCode, without having to use VSCode.
2326

24-
For C++ users, run `./gradlew installRoboRioToolchain`.
27+
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.
28+
Alternatively, download it from the VSCode-WPILib releases, extract it, and run it: https://github.com/wpilibsuite/vscode-wpilib/releases
2529

26-
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.
30+
Use the WPILib Utility whenever you want to create a new project.
31+
32+
**GradleRIO Example Project**
33+
Go to the latest release on GitHub: https://github.com/wpilibsuite/GradleRIO/releases.
34+
Download the .zip file corresponding to your language and extract it.
2735

2836
## Adding Vendor Libraries
2937
### With VSCode

0 commit comments

Comments
 (0)
Please sign in to comment.