Changes between Version 10 and Version 11 of ControlSystems/SoftwareTeam/Training/GettingStarted


Ignore:
Timestamp:
Sep 26, 2018, 4:27:48 PM (7 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/Training/GettingStarted

    v10 v11  
    1212
    1313== Setup your laptop:
    14    1. Install the Java [https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html JDK 8] and 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])
     14   1. Install Java
     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).
    1518   2. Install Git (if not already on your computer) from [https://git-scm.com/downloads here]
    1619   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]