extremetuxracer/build
cazfi 9db40defd1 Bumped version number to start 0.9 development
git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@727 0420edf4-82e4-42fc-9478-35b55e6d67a3
2020-03-05 15:54:10 +00:00
..
Installer Bumped version number to start 0.9 development 2020-03-05 15:54:10 +00:00
ETR.sln Fixed webpage URL in credits 2019-11-04 09:09:53 +00:00
ExtremeTuxRacer.vcxproj Windows: Added manifest file 2020-02-27 20:16:34 +00:00
ExtremeTuxRacer.vcxproj.filters Windows: Added manifest file 2020-02-27 20:16:34 +00:00
Installer.sln Updated to Visual Studio 2017 2017-08-27 14:37:42 +00:00
Makefile.am Added prepare_build_installer.bat to distribution. 2016-01-16 19:02:18 +00:00
Readme.txt Refactorizations: 2016-01-28 10:41:09 +00:00
prepare_build_installer.bat Removed unused fonts, improved prepare_build_installer.bat, ran AStyle 2016-02-29 10:03:40 +00:00

Readme.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

Prerequisites:
- Microsoft Visual Studio 2013 or later (Express/Community Edition is sufficient)
- SFML (include and lib path have to be set in Visual Studio)
- gltext.h (can be downloaded here: http://www.opengl.org/registry/api/glext.h)

To build the installer, you'll also need WiX.

Building:
Start the solution, choose configuration and press F7/Build. If you are not using Visual Studio 2015, you will need to change platform toolset in the project settings.

Configurations:
The solution provides basically 4 configurations: Debug and Release for both x64 an x86 (Win32). While the x64 is configured to build against v140 toolset, the x86 solution builds against v140_xp toolset to enable Windows XP support. All configurations link runtime dynamically, so users have to have the Visual C++ Redistributable package installed. It should get installed automatically if you are using the installer.