fix issue 26, switch to VS 2017, cleanup
This commit is contained in:
12
building.txt
12
building.txt
@ -3,19 +3,13 @@ Bounce uses premake for generating project files in a platform agnostic manner.
|
||||
Grab premake from http://industriousone.com/premake.
|
||||
Put premake into bounce/.
|
||||
|
||||
Visual Studio 2015
|
||||
|
||||
Say { premake5 vs2015 } on a command line.
|
||||
Open build/vs2015/bounce.sln.
|
||||
Set testbed as the startup project.
|
||||
Press F5 to run.
|
||||
|
||||
Visual Studio 2017
|
||||
|
||||
Ensure you have installed the Visual Studio 2015 libraries
|
||||
Say { premake5 vs2017 } on a command line.
|
||||
Open build/vs2017/bounce.sln.
|
||||
Set testbed as the startup project.
|
||||
In the testbed debugging properties, set the Working Directory to ..\..\examples\testbed.
|
||||
Press F5 to run.
|
||||
|
||||
Linux
|
||||
@ -30,14 +24,16 @@ x32
|
||||
|
||||
Say { premake5 gmake } on a terminal.
|
||||
From build/gmake say { make config="debug_x32" }.
|
||||
Set the testbed directory as the working directory
|
||||
Open testbed from /bin/x32/testbed/.
|
||||
|
||||
x64
|
||||
|
||||
Say { premake5 gmake } on a terminal.
|
||||
From build/gmake say { make config="debug_x64" }.
|
||||
Set the testbed directory as the working directory
|
||||
Open testbed from /bin/x64/testbed/.
|
||||
|
||||
Mac
|
||||
|
||||
I don't run Mac currently and therefore can't test the build system in this platform.
|
||||
I don't run Mac currently and therefore can't test the build system in this platform.
|
Reference in New Issue
Block a user