diff --git a/README.md b/README.md index 9f570700a..4088d0670 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docs/contributing/building-squirrel.md b/docs/contributing/building-squirrel.md index 16cecc69d..66b0f9c5b 100644 --- a/docs/contributing/building-squirrel.md +++ b/docs/contributing/building-squirrel.md @@ -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.