You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
23
26
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
25
29
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.
0 commit comments