Files
velopack/docs/contributing/building-squirrel.md
Ken Bailey 9ccb224815 Restructured for single table of contents (docs/readme.md)
Removed numbering on file naming and separated into separate sub-directories for getting-started, using, and contributing.
2015-12-31 13:45:29 -07:00

646 B

docs / contributing / building-squirrel.md

Building Squirrel

Squirrel.Windows is a fairly typical C# / C++ project, the only special part is making sure to clone submodules via the command shown below.

For the Impatient:

git clone https://github.com/squirrel/squirrel.windows
git submodule update --init --recursive       ## THIS IS THE PART YOU PROBABLY FORGOT
.\.NuGet\NuGet.exe restore
msbuild /p:Configuration=Release

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


Return: Table of Contents