Skip to content
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion CMakeSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"configurations": [
{
"name": "x86-Release",
"generator": "Visual Studio 15 2017",
"generator": "Visual Studio 16 2019",
"configurationType": "Release",
"inheritEnvironments": [
"msvc_x86"
Expand Down
11 changes: 9 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ make -f ivandj.mak

--------------------------------------

Under Windows - Microsoft Visual Studio 2017 (or better):
Under Windows - Microsoft Visual Studio 2019:

You will need to install the C++ tools with CMake support, along with Git integrations from the Visual Studio Installer.
We will not be using Visual Studio in the traditional way with everything squished into a solution file.
Expand Down Expand Up @@ -76,7 +76,7 @@ zlib:x86-windows 1.2.11-5 A compressio

Clone attnam/ivan into a directory (for example C:\Users\yourname\source\repos\ivan)

Open Microsoft Visual Studio (2017)
Open Microsoft Visual Studio (2019)

Go File->Open Folder

Expand All @@ -93,6 +93,13 @@ This will build ivan.exe and install all the components, automatically copying t
The build folder is located in C:\Users\yourname\CMakeBuilds\some-long-code-here-abcdef123456\install\x86-Release\ivan
Go there and hit ivan.exe, and you're playing IVAN built using Microsoft Visual Studio!!!

--------------------------------------

Under Windows - Microsoft Visual Studio 2017:

Instructions are the same as for Microsoft Visual Studio 2019, except that you must open CMakeSettings.json and change the generator to:

"generator": "Visual Studio 15 2017"

--------------------------------------

Expand Down
Loading