From b34918ea1357655596f6bd8b45299b811e24b45f Mon Sep 17 00:00:00 2001 From: Badrish Chandramouli Date: Wed, 1 Jul 2020 10:53:02 -0700 Subject: [PATCH] Update README.md --- cc/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cc/README.md b/cc/README.md index 2f8036e7f..6ddd6b5d7 100644 --- a/cc/README.md +++ b/cc/README.md @@ -13,14 +13,14 @@ Create new directory "build" off the root directory (FASTER\cc). From the new "build" directory, execute: ```sh -cmake .. -G " Win64" +cmake .. -G "" ``` To see a list of supported MSVC compiler versions, just run "cmake -G". As of -this writing, we're using Visual Studio 2017, so you would execute: +this writing, we're using Visual Studio 2019, so you would execute: ```sh -cmake .. -G "Visual Studio 15 2017 Win64" +cmake .. -G "Visual Studio 16 2019" ``` That will create build scripts inside your new "build" directory, including