URCS Quagents Home

Quagents: Building the System

This document describes how to obtain the source code for the Quagents system and then build and install it.

Prerequisites for Quake II

You must obtain the contents of the baseq2 directory which contains the game's graphical resources (pak files). We are not able to distribute these. Please see Prerequisites for Running the System for details.

Getting the Code

Building the Code

  1. Quagents uses the standard GNU configure script:
        ./configure
    
    For a full list of configuration options, type
        ./configure --help
    
    In particular, the following options are often useful when building the Quagents system:
  2. Compile the quake engine and the Quagents mod:
        make
    
  3. Install the engine and mod:
        make install
    
  4. Compile the examples of various quagent controllers:
        make examples
    
Now you're ready to run the Quagents system.
Last change 22 Oct 2004 by ferguson