Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation, use x64 native tools and no debug flag #20

Merged
merged 1 commit into from
Aug 6, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,7 @@ Install the following components:
- [Git 2.16.1 or later](https://github.com/git-for-windows/git/releases/download/v2.16.1.windows.4/PortableGit-2.16.1.4-64-bit.7z.exe)
- [Cmake 3.11 or later](https://cmake.org/files/v3.11/cmake-3.11.0-rc1-win64-x64.msi)

Open an x86_64 VS 2015 terminal (click the start button, type "x86" and select:
"x86_64 cross tools command prompt for VS 2015").
Open an VS2015 x64 Native Tools terminal (click the start button, type "x64 native tools" and select: "VS2015 x64 Native Tools Command Prompt").

Create a working directory:
```
Expand All @@ -291,7 +290,7 @@ Clang:C:/Program Files/LLVM/msbuild-bin/cl.exe

You are now ready to build:
```
> msbuild TNT.sln /t:material_sandbox /m /p:configuration=Debug /v:d
> msbuild TNT.sln /t:material_sandbox /m /p:configuration=Debug
```

Run it:
Expand Down