Skip to content

Commit b01136a

Browse files
Merge pull request #380 from CommonWealthRobotics/JansenSmith-patch-1
Windows documentation edits
2 parents 3f27970 + dc72e6e commit b01136a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,14 @@ by calling the `assemble` task.
126126
#### Windows Setup Instructions
127127

128128
- Download and install Sloeber Eclipse or an alternative Java IDE of your choice.
129-
- Install BowlerStudio via the provided installer. This will ensure that the correct JVM is accessible.
129+
- Install BowlerStudio via the provided installer. This will ensure that the correct JVM is accessible.
130+
- Enable Clone a Git repository in Eclipse (Window > Show View > Other... > Git > Git Repositories > Clone a Git repository)
130131
- Clone this repository via HTTPS and use your [GitHub personal access token](https://github.com/settings/tokens).
131132
- Make sure to enable the option to clone submodules.
132133
- Set the default JVM in Eclipse to the following file path: `C:\Program Files (x86)\Commonwealth Robotics BowlerStudio\BowlerStudioApp\jre`. (Window > Preferences > Java > Installed JREs)
133-
- In the Eclipse gradle configuration, set the `javahome` path to the following file path: `C:\Program Files (x86)\Commonwealth Robotics BowlerStudio\BowlerStudioApp\jre`.
134-
- Import the cloned project into Eclipse using gradle.
134+
- In the Eclipse gradle configuration, set the `javahome` path to the following file path: `C:\Program Files (x86)\Commonwealth Robotics BowlerStudio\BowlerStudioApp\jre`. (Window > Preferences > Gradle > Jave home)
135+
- Import the cloned project into Eclipse using gradle. (File > Import... > Gradle > Existing Gradle Project)
136+
- The path to add can be found in Eclipse by right-clicking the git repo and selecting Copy Path to Clipboard. Remove the /.git from the directory before importing.
135137

136138

137139

0 commit comments

Comments
 (0)