-
Notifications
You must be signed in to change notification settings - Fork 0
Windows Build Instructions
Salinder Sidhu edited this page Mar 5, 2016
·
1 revision
- Download and install Microsoft Visual Studio 2015
- Open the project solution,
Buddhabrot.sln
in Microsoft Visual Studio 2015
- Change
Solutions Configurations
toRelease
- If you have a 64-bit operating system, change the
Solution Platform
tox64
- If you have a 32-bit operating system, change the
Solution Platform
tox86
- Right click
Buddhabrot
in the Solution Explorer and selectBuild
to buildBuddhabrot.exe
- If you compiled the 64-bit version, double click
Buddhabrot.exe
in thex64\Release
folder. - If you compiled the 32-bit version, double click
Buddhabrot.exe
in theRelease
folder.