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:
parent
1e423d4f1b
commit
e071011f7e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue