Add a note for VS 2015 x64 Native Tools requirement

Add a note to the README.md for VS 2015 x64 Native Tools requirement
for native compilation.

Fix #775
This commit is contained in:
Zlatko Knezevic 2016-01-13 09:57:12 -08:00
parent 1e423d4f1b
commit e071011f7e

View file

@ -63,7 +63,7 @@ The following command will perform native compilation using the C++ Codegenerato
dotnet build --native --cpp
This will drop a native single binary in `./bin/[configuration]/[framework]/native/[binary name]` that you can run.
If you are in Windows, make sure that you run the above command inside the *VS 2015 x64 Native Tools* prompt, otherwise you will get errors. This command will drop a native single binary in `./bin/[configuration]/[framework]/native/[binary name]` that you can run.
**Note:** At this point, only the `helloworld` and `dotnetbot` samples will work with native compilation.