Skip to content

Commit

Permalink
updates the vscode doc for recent setup on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tapickell committed Feb 29, 2024
1 parent df8653f commit d9dce5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/Building_RomRaider_VSCode.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ Here are steps to setup Visual Studio Code to build and debug RomRaider.
> - For the value use the unzipped ANT path from the previous step. For Example: 'C:\Users\<USERNAME>\ANT'
> - If you do not know how to add a environment variable, see: https://docs.oracle.com/javase/tutorial/essential/environment/paths.html

1. Add '**JRE_DIR**' as a System Environment variable excluding the quotes.
> - For the value use the directory from the Java install. For Example: 'C:\Program Files (x86)\Java\jre-1.8'
> - If you do not know how to add a environment variable, see: https://docs.oracle.com/javase/tutorial/essential/environment/paths.html

1. Edit the existing '**PATH**' System Environment, add the directory you unzipped ANT to with the \bin directory appended.
> For Example: 'C:\Users\<USERNAME>\ANT\bin'
Expand Down

0 comments on commit d9dce5e

Please sign in to comment.