Douglas Thrift's Renegade Map Selector ReadMe Copyright (C) 2003, Douglas Thrift. All Rights Reserved. OSI Certified Open Source Software Douglas Thrift's Renegade Map Selector Version 1.0 A GUI program to ease map selection and ordering for Westwood Studios' Command & Conquer Renegade Free Dedicated Server. System Requirements Windows NT/2000/XP or Linux with GTK 2.2 (available at http://www.gtk.org/download/). Installation The program should be installed in the Server directory where the Renegade FDS is installed. It should also be run from that directory. The program accepts two command line arguments: -D, to turn on debug output and -file, to specify a different ini file name. Compilation To build the program on Windows you need a C++ compiler such as Microsoft Visual C++. From the Command Prompt, you would type the following command: > nmake To build the program on Linux you need GNU Make and GCC's g++ (these are usually standard on Linux systems). From a terminal, you would type the following command: $ make If you want to specify a different compiler or additional options, you may add variables to the command line. For example if you wanted to use another version of GCC that you installed and wanted your code fully optimized you could type the following command: $ make CPPC=g++31 CPPCOPT=-O3