Skip to content

Commit

Permalink
Better instructions for VS solutions
Browse files Browse the repository at this point in the history
  • Loading branch information
dcvz authored and louist103 committed Aug 7, 2022
1 parent 7f58ef1 commit aadabe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ With the cmake build system you have two options for working on the project:
#### Visual Studio
To develop using Visual Studio you only need to use cmake to generate the solution file:
```powershell
# Generates Ship.sln at the root directory
& 'C:\Program Files\CMake\bin\cmake' -S . -G "Visual Studio 17 2022" -T v142 -A x64
# Generates Ship.sln at `build/x64`
& 'C:\Program Files\CMake\bin\cmake' -S . -B "build/x64" -G "Visual Studio 17 2022" -T v142 -A x64
```

#### Visual Studio Code or another editor
Expand Down

0 comments on commit aadabe1

Please sign in to comment.