terom@405: terom@405: Kisna Glista terom@405: ============================================================================== terom@405: terom@405: Visit the project website at http://kg.qmsk.net/ terom@405: terom@439: terom@439: *** Compiling *** terom@439: terom@439: The project uses CMake for building. The recommended build procedure is as follows: terom@439: terom@439: 1. Change into the build/ subdirectory of the source distribution tree terom@439: terom@439: cd build terom@439: terom@439: 2. Create the CMake build setup, either running `cmake ..` yourself, or using the provided script: terom@439: terom@439: sh mkcmake.sh Release /path/to/install terom@439: terom@439: 3. Compile the code using make, preferrably using -j on a multi-core platform :) terom@439: terom@439: make terom@439: terom@439: 4. Install the resource files and the binary to $prefix/share/kg, $prefix/bin/kg terom@439: terom@439: make install terom@439: terom@439: 5. You can now run the binary: terom@439: terom@439: /path/to/install/bin/kg terom@439: terom@439: terom@439: *** Options *** terom@439: terom@439: Behaviour of the game is controlled using command-line arguments. Run `kg --help` to see a list of them terom@439: terom@439: terom@439: *** Playing *** terom@439: terom@439: See http://kg.qmsk.net/wiki/GameHelp for information about keyboard controls. terom@439: terom@439: