Ticket #191: cmake_7_12.2.diff

File cmake_7_12.2.diff, 1.7 kB (added by gunnar, 4 months ago)

Documentation on using cmake.

  • WINDOWS

    diff --git a/WINDOWS b/WINDOWS
    index fa0efc6..439df0c 100644
    a b  
    27272) The second approach is to use compilers such as Visual C 
    2828   developed specially for the Microsoft platform. Presently we  
    2929   support Visual C through the project files which are supplied  
    30    with the distribution. 
     30   with the distribution. There is also support for generating 
     31   project files with the help of cmake. 
    3132 
    3233The rest of this document gives more details on the various ways 
    3334to compile GNU Go for Microsoft platforms. 
     
    41422. Visual C: 
    4243 
    4344   * D) Windows NT, Windows 95/98 using Visual C and project files 
     45   * E) Generating project files with cmake 
    4446 
    4547A) Windows 95/98, MS-DOS and Windows 3.x using DJGPP 
    4648 
     
    144146   clean, then build all. 
    145147 
    146148 
     149E) Generating project files with cmake 
     150 
     1511) Download and install cmake from http://www.cmake.org 
     152 
     1532) Run CMakeSetup.exe with the top GNU Go directory as source and any 
     154   directory of your choice as build directory. Press 'configure' and 
     155   answer the question about type of project files with the version of 
     156   VC you have installed. Then wait until it finishes and press 
     157   'configure' a second time. Now the 'OK' button should be active. 
     158   Press it to build the project files. 
     159 
     1603) Build GNU Go as described above under D). Depending on VC version, 
     161   gnugo.dsw may be called something else but shouldn't be difficult 
     162   to locate. 
     163 
     164 
    147165         Running GNU Go on Windows NT and Windows 95/98 
    148166 
    149167GNU Go does not come with its own graphical user interface. The Java