Windows Build Instructions - salindersidhu/Buddhabrot GitHub Wiki
Required Programs and Libraries:
- Download and install Microsoft Visual Studio 2015
Compiling Buddhabrot:
- Open the project solution,
Buddhabrot.sln
in Microsoft Visual Studio 2015
- Change
Solutions Configurations
to Release
- If you have a 64-bit operating system, change the
Solution Platform
to x64
- If you have a 32-bit operating system, change the
Solution Platform
to x86
- Right click
Buddhabrot
in the Solution Explorer and select Build
to build Buddhabrot.exe
Running Buddhabrot:
- If you compiled the 64-bit version, double click
Buddhabrot.exe
in the x64\Release
folder.
- If you compiled the 32-bit version, double click
Buddhabrot.exe
in the Release
folder.