Changes between Version 11 and Version 12 of ControlSystems/SoftwareTeam/Training/GettingStarted
- Timestamp:
- Oct 24, 2018, 6:54:34 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted
v11 v12 14 14 1. Install Java 15 15 * [https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html JDK 8] 16 * Add an environment variable JAVA_HOME that points to the directory (see [https://docs.oracle.com/cd/E19182-01/820-7851/inst_cli_jdk_javahome_t/ here]). 17 * Add the Java bin folder to your search path; see detailed instructions [https://javatutorial.net/set-java-home-windows-10 here] (also provides more detailed instructions for adding the JAVA_HOME environment variable). 16 * Add an environment variable JAVA_HOME that points to the directory where you installed Java and add the bin sub-folder to your search path; see detailed instructions [https://javatutorial.net/set-java-home-windows-10 here]. 18 17 2. Install Git (if not already on your computer) from [https://git-scm.com/downloads here] 19 18 3. Install Microsoft [https://code.visualstudio.com/download VSCode], required extensions, and the [https://github.com/wpilibsuite/vscode-wpilib/releases latest WPILib] extension. Follow the detailed instructions [https://wpilib.screenstepslive.com/s/currentCS/m/79833/l/932382-installing-vs-code here]