Changes

Jump to: navigation, search

GPU610 Team Tsubame

849 bytes added, 17:47, 20 March 2017
Maze
Example:
> maze 5000 5000
 
'''Update (03.20.2017) - How to setup in Visual Studio 2015'''
1. Download source files from https://github.com/corzani/maze
 
2. Create a new Visual Studio project
 
3. Copy all header and cpp files from the downloaded maze directory to the '''project''' directory (not the solution directory)
 
4. In VS, right click on the project in the Solution explorer and Add -> Existing Item; pick the copied files from the previous step
 
5. In VS, go to menu Tools -> NuGet Package Manager -> Package Manager Console; in the new console (at the bottom of the screen in default configuration), execute:
PM> '''Install-Package libpng'''
 
6. In VS, Open MazePng.cpp, remove the following line:
#include <unistd.h>
 
7. In VS, change the Configuration from '''Debug to Release''' and Platform from '''x86 to x64'''
 
8. In VS, go to menu Build -> Build Solution
'''Analysis:'''
240
edits

Navigation menu