<a id="building" class="anchor" href="#building" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Building
</h1>
- <pre><code>
-git clone https://github.com/jpbruyere/Crow.git # Download source code from github
-cd Crow # Enter the source directory
-nuget restore Crow.sln # Restore nuget packages
-msbuild /p:Configuration=Release Crow.sln # Build on .Net (Windows)
-xbuild /p:Configuration=Release Crow.sln # Build on Mono (Linux / Mac OS X)
+ <pre><code>git clone https://github.com/jpbruyere/Crow.git # Download source code from github
+ cd Crow # Enter the source directory
+ nuget restore Crow.sln # Restore nuget packages
+ msbuild /p:Configuration=Release Crow.sln # Build on .Net (Windows)
+ xbuild /p:Configuration=Release Crow.sln # Build on Mono (Linux / Mac OS X)
</code></pre>
</section>
</div>