Basic build instructions

Julio César Rocha 2015-10-26 03:09:16 -07:00
commit 1a51511bce
1 changed files with 11 additions and 0 deletions

11
Building.md Normal file

@ -0,0 +1,11 @@
Currently, Project64 builds under Windows platforms.
It can be fully compiled using Microsoft Visual Studio compilers, versions 2008 to 2015.
# Visual Studio 2010 and later
In a command prompt (this example uses Windows PowerShell, enter:
```
MSBuild.exe Project64.sln /p:PlatformToolset=$toolset
```
Where $toolset is one of: v100, v110_xp, v120_xp, v140_xp.
The default value is v140_xp (Visual Stidio 2015).