Skip to content

Commit

Permalink
Update build instructions
Browse files Browse the repository at this point in the history
Fixes #1814
  • Loading branch information
robmen committed Jun 15, 2022
1 parent e2fcde9 commit e298270
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ For the impatient:
```sh
git clone --recursive https://github.com/squirrel/squirrel.windows
cd squirrel.windows
.\.NuGet\NuGet.exe restore
msbuild /p:Configuration=Release
devbuild.cmd
```
See [Contributing](docs/contributing/contributing.md) for additional information on building and contributing to Squirrel.

Expand Down
5 changes: 2 additions & 3 deletions docs/contributing/building-squirrel.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ For the Impatient:
git clone https://github.com/squirrel/squirrel.windows
cd squirrel.windows
git submodule update --init --recursive ## THIS IS THE PART YOU PROBABLY FORGOT
.\.NuGet\NuGet.exe restore
msbuild /p:Configuration=Release
devbuild.cmd
```

**Tip:** You can compile the Squirrel.Windows solution with Visual Studio version 2013 and above (including community edition).
**Tip:** You can compile the Squirrel.Windows solution with Visual Studio version 2019 and above (including community edition).

**Tip:** For Visual Studio versions that use the Visual Studio Installer (2017/2019 and above), you will need to have at least both Desktop .NET development and Desktop C++ development workloads checked in the Visual Studio Installer. You will also need to make sure that the individual package for the VC++ version used by Squirrel is checked.

Expand Down

0 comments on commit e298270

Please sign in to comment.