]> git.lizzy.rs Git - nothing.git/commitdiff
(#862) More info on entering development environment
authorrexim <reximkut@gmail.com>
Tue, 28 May 2019 13:56:34 +0000 (20:56 +0700)
committerrexim <reximkut@gmail.com>
Tue, 28 May 2019 13:56:34 +0000 (20:56 +0700)
README.md

index 44a87dfafafac68fe274df7af284b224ae3ba215..4011828c18695009994a08cfbe9257d8ff753707 100644 (file)
--- a/README.md
+++ b/README.md
@@ -62,6 +62,7 @@ $ ./nothing_test
 ### Windows
 
 - Enter the Visual Studio Command Line Development Environment https://docs.microsoft.com/en-us/cpp/build/building-on-the-command-line
+  - Basically just find `vcvarsall.bat` and run `vcvarsall.bat x64` inside of cmd
 - Download [SDL2 VC Development Libraries](https://www.libsdl.org/release/SDL2-devel-2.0.9-VC.zip) and copy it to `path\to\nothing`
 
 ```console