README: drop VS command shell instructions

Users should not be advised to use the VS command prompt; instead, they
should let cmake find their Visual Studio installation.
This commit is contained in:
Edward Thomson
2017-11-12 12:03:21 +00:00
parent b2d54cfa34
commit dc985353cf

View File

@@ -177,16 +177,6 @@ If you want to build a universal binary for Mac OS X, CMake sets it
all up for you if you use `-DCMAKE_OSX_ARCHITECTURES="i386;x86_64"`
when configuring.
Windows
-------
You need to run the CMake commands from the Visual Studio command
prompt, not the regular or Windows SDK one. Select the right generator
for your version with the `-G "Visual Studio X" option.
See [the website](http://libgit2.github.com/docs/guides/build-and-link/)
for more detailed instructions.
Android
-------