aboutsummaryrefslogtreecommitdiffstats
path: root/BUILD_GUIDE.md
diff options
context:
space:
mode:
authorNoah Andrews <NoahAndrews@users.noreply.github.com>2016-06-02 13:00:44 -0400
committerJack Humbert <jack.humb@gmail.com>2016-06-02 13:00:44 -0400
commitc7005cdfcf4e4a3fc4abd536afd9fb9a378994fb (patch)
treeae1846953613304d918c0010aefdfc9c9b6bc1a3 /BUILD_GUIDE.md
parent4635b4453335b61df11008fa907eef221db5912b (diff)
downloadfirmware-c7005cdfcf4e4a3fc4abd536afd9fb9a378994fb.tar.gz
firmware-c7005cdfcf4e4a3fc4abd536afd9fb9a378994fb.tar.bz2
firmware-c7005cdfcf4e4a3fc4abd536afd9fb9a378994fb.zip
Stops explorer.exe from being started with admin privilieges (#373)
Diffstat (limited to 'BUILD_GUIDE.md')
-rw-r--r--BUILD_GUIDE.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD_GUIDE.md b/BUILD_GUIDE.md
index fd8b6202f..089d63834 100644
--- a/BUILD_GUIDE.md
+++ b/BUILD_GUIDE.md
@@ -2,12 +2,12 @@
## Build Environment Setup
-### Windows
+### Windows (Vista and later)
1. If you have ever installed WinAVR, uninstall it.
2. Install [MHV AVR Tools](https://infernoembedded.com/sites/default/files/project/MHV_AVR_Tools_20131101.exe). Disable smatch, but **be sure to leave the option to add the tools to the PATH checked**.
3. Install [MinGW](https://sourceforge.net/projects/mingw/files/Installer/mingw-get-setup.exe/download). During installation, uncheck the option to install a graphical user interface. **DO NOT change the default installation folder.** The scripts depend on the default location.
4. Clone this repository. [This link will download it as a zip file, which you'll need to extract.](https://github.com/jackhumbert/qmk_firmware/archive/master.zip) Open the extracted folder in Windows Explorer.
-5. Right-click on the 1-setup-path-win batch script, select "Run as administrator", and accept the User Account Control prompt. Press the spacebar to dismiss the success message in the command prompt that pops up.
+5. Double-click on the 1-setup-path-win batch script to run it. You'll need to accept a User Account Control prompt. Press the spacebar to dismiss the success message in the command prompt that pops up.
6. Right-click on the 2-setup-environment-win batch script, select "Run as administrator", and accept the User Account Control prompt. This part may take a couple of minutes, and you'll need to approve a driver installation, but once it finishes, your environment is complete!
7. Future build commands should be run from the standard Windows command prompt, which you can find by searching for "command prompt" from the start menu or start screen. Ignore the "MHV AVR Shell".