Changes between Version 2 and Version 3 of Build/cmake

Show
Ignore:
Timestamp:
01/17/09 16:17:08 (20 months ago)
Author:
gaul@… (IP: 88.65.69.47)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Build/cmake

    v2 v3  
    11[[PageOutline]] 
    22= Building mmpong with CMake = 
    3 == Get sources == 
    4 You have two options here: 
    5  * use stable release tarball from [/downloads downloads] page 
    6  * checkout current development version from svn: 
    7 {{{ 
    8 svn co https://web-yard.de/svn/mmpong/trunk mmpong 
    9 }}} 
    10  
    11 == Check dependencies == 
    12 Make sure you have installed the development files of the following libraries (grouped by mmpong-package). The server only requires pthreads (which should be available on every POSIX system). 
    13  * cmake (best >= 2.6) 
    14  * for mmpong-caca you need: 
    15   * caca (requires version 0.99'''beta16''' or later) 
    16  * for mmpong-gl you need: 
    17   * sdl1.2 
    18   * sdl-image1.2 
    19   * sdl-mixer1.2 
    20   * cegui-mk2 
    21   * glew 
    22  
     3== Prequisites == 
     4Be sure to check the general [wiki:Build] page before reading this. 
    235== Configure == 
    24 Create a directory (for example: 'build_cmake'), cd into this directory and point cmake to the sources (replace SOURCEDIR in the following command with the directory where your sources actually reside): 
     6Create a directory (for example: 'build_cmake') anywhere in your filesystem, cd into this directory and point cmake to the sources (replace SOURCEDIR in the following command with the directory where your sources actually reside): 
    257{{{ 
    268cmake SOURCEDIR