Update build instructions

Fixes #1814
This commit is contained in:
Rob Mensching
2022-06-15 14:59:33 -07:00
parent e2fcde917c
commit e298270bed
2 changed files with 3 additions and 5 deletions

View File

@@ -39,8 +39,7 @@ For the impatient:
```sh ```sh
git clone --recursive https://github.com/squirrel/squirrel.windows git clone --recursive https://github.com/squirrel/squirrel.windows
cd squirrel.windows cd squirrel.windows
.\.NuGet\NuGet.exe restore devbuild.cmd
msbuild /p:Configuration=Release
``` ```
See [Contributing](docs/contributing/contributing.md) for additional information on building and contributing to Squirrel. See [Contributing](docs/contributing/contributing.md) for additional information on building and contributing to Squirrel.

View File

@@ -11,11 +11,10 @@ For the Impatient:
git clone https://github.com/squirrel/squirrel.windows git clone https://github.com/squirrel/squirrel.windows
cd squirrel.windows cd squirrel.windows
git submodule update --init --recursive ## THIS IS THE PART YOU PROBABLY FORGOT git submodule update --init --recursive ## THIS IS THE PART YOU PROBABLY FORGOT
.\.NuGet\NuGet.exe restore devbuild.cmd
msbuild /p:Configuration=Release
``` ```
**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. **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.