Merge pull request #826 from blackdwarf/775fix
Add a note for VS 2015 x64 Native Tools requirement
This commit is contained in:
commit
d9046799fc
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