Skip to content

Commit 67dbe41

Browse files
authoredSep 22, 2018
Merge pull request #421 from 0xflotus/patch-1
fixed Visual Studio
2 parents 9bfac31 + 54308af commit 67dbe41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ You will also need to add `<install_drive>:\<install_directory>\bin` and `<insta
125125
1. Install Microsoft Visual C++ 2008 Express (should work with other versions).
126126
2. Install Microsoft Windows SDK 7.0 (or newer).
127127
3. Install CMake (v2.8 at least)
128-
4. Run "Vistual Studio 2008 Command Prompt" from the "Microsoft Visual Studio 2008" start menu.
128+
4. Run "Visual Studio 2008 Command Prompt" from the "Microsoft Visual Studio 2008" start menu.
129129
5. `cd` to `<install_drive>:\Microsoft SDKs\Windows\v7.0\Setup` then run: `WindowsSdkVer.exe -version:v7.0`
130130
6. Close the command prompt window and run step 4 again
131131
7. Ensure CMake bin path is in the `PATH` environment variable (eg: `echo %PATH%` and see that the folder is there) if not you will have to add it to your `PATH`.

0 commit comments

Comments
 (0)
Please sign in to comment.