Skip to content

Commit

Permalink
Update MSVC build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Apr 2, 2019
1 parent ee9d5b6 commit a712ede
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BUILD.md
Expand Up @@ -32,9 +32,9 @@ sudo make install
## Microsoft Visual C++

First install [Visual Studio](https://visualstudio.microsoft.com/downloads/)
and [CMake](https://cmake.org/download/) on your Windows PC. Then go to the
start menu, select Visual Studio and open a **x64 Command Prompt**. Now cd into
the primesieve directory and run the commands below:
(includes CMake) on your Windows PC. Then go to the start menu, select Visual
Studio and open a **x64 Command Prompt**. Now cd into the primesieve directory
and run the commands below:

```bash
# Use 'cmake -G' to find your Visual Studio version
Expand Down

0 comments on commit a712ede

Please sign in to comment.