Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
badrishc authored Jul 1, 2020
1 parent 039cc10 commit b34918e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ Create new directory "build" off the root directory (FASTER\cc). From the new
"build" directory, execute:

```sh
cmake .. -G "<MSVC compiler> Win64"
cmake .. -G "<MSVC compiler>"
```

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
Expand Down

0 comments on commit b34918e

Please sign in to comment.