Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 746 Bytes

File metadata and controls

42 lines (33 loc) · 746 Bytes

Lights

Build on Linux

	premake4 gmake
	make config=debug
	make config=release

Tested on Archlinux64 with NVidia drivers 304.60, Ubuntu 12.04 64 with NVidia drivers 310.14.

Build on Mac OSX

	premake4 gmake
	make config=debug
	make config=release

Tested on Mac OSX 10.7 with geForce GPU Note: Using core profile on macosx generates a GL error at context creation.

Build on Windows

	premake4 vs2008
	Use the .sln file as usual in Visual Studio

Tested on Windows 7 64 with geForce GPU

Running

Use the command line or in Visual Studio set launch parameters to the following :

	bin/debug/lights/lights
	bin/release/lights/lights