diff --git a/WINDOWS b/WINDOWS
index fa0efc6..439df0c 100644
|
a
|
b
|
|
| 27 | 27 | 2) The second approach is to use compilers such as Visual C |
| 28 | 28 | developed specially for the Microsoft platform. Presently we |
| 29 | 29 | 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. |
| 31 | 32 | |
| 32 | 33 | The rest of this document gives more details on the various ways |
| 33 | 34 | to compile GNU Go for Microsoft platforms. |
| … |
… |
|
| 41 | 42 | 2. Visual C: |
| 42 | 43 | |
| 43 | 44 | * D) Windows NT, Windows 95/98 using Visual C and project files |
| | 45 | * E) Generating project files with cmake |
| 44 | 46 | |
| 45 | 47 | A) Windows 95/98, MS-DOS and Windows 3.x using DJGPP |
| 46 | 48 | |
| … |
… |
|
| 144 | 146 | clean, then build all. |
| 145 | 147 | |
| 146 | 148 | |
| | 149 | E) Generating project files with cmake |
| | 150 | |
| | 151 | 1) Download and install cmake from http://www.cmake.org |
| | 152 | |
| | 153 | 2) 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 | |
| | 160 | 3) 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 | |
| 147 | 165 | Running GNU Go on Windows NT and Windows 95/98 |
| 148 | 166 | |
| 149 | 167 | GNU Go does not come with its own graphical user interface. The Java |