comparison src/INSTALLpc.txt @ 1619:b9740fb41986

updated for version 7.2a
author vimboss
date Tue, 24 Jun 2008 20:39:31 +0000
parents 152883db0edf
children 0b796e045c42
comparison
equal deleted inserted replaced
1618:46bbe11644e0 1619:b9740fb41986
153 153
154 Visual C++ 2008 Express Edition *msvc-2008-express* 154 Visual C++ 2008 Express Edition *msvc-2008-express*
155 ------------------------------- 155 -------------------------------
156 156
157 Visual C++ 2008 Express Edition can be downloaded for free from: 157 Visual C++ 2008 Express Edition can be downloaded for free from:
158 http://msdn2.microsoft.com/en-us/express/default.aspx 158 http://www.microsoft.com/express/vc/Default.aspx
159 This includes the IDE and the debugger. You can build Vim with Make_mvc.mak. 159 This includes the IDE and the debugger.
160 160
161 161 To set the environment execute the msvc2008.bat script. You can then build
162 Visual C++ 2008 Express Edition *msvc-2008-express* 162 Vim with Make_mvc.mak.
163 -------------------------------
164
165 Visual C++ 2008 Express Edition can be downloaded for free from:
166 http://msdn2.microsoft.com/en-us/express/default.aspx
167 This includes the IDE and the debugger. You can build Vim with Make_mvc.mak.
168 163
169 164
170 2. MinGW 165 2. MinGW
171 ======== 166 ========
172 167
256 251
257 If you like, you can compile the 'mingw' Win32 version from the comfort of 252 If you like, you can compile the 'mingw' Win32 version from the comfort of
258 your Linux (or other unix) box. To do this, you need to follow a few steps: 253 your Linux (or other unix) box. To do this, you need to follow a few steps:
259 1) Install the mingw32 cross-compiler. See 254 1) Install the mingw32 cross-compiler. See
260 http://www.libsdl.org/extras/win32/cross/README.txt 255 http://www.libsdl.org/extras/win32/cross/README.txt
261 2) get the *unix* version of the vim sources 256 2) Get and unpack both the Unix sources and the extra archive
262 3) in 'Make_ming.mak', set 'CROSS' to '1' instead of '0'. 257 3) in 'Make_ming.mak', set 'CROSS' to 'yes' instead of 'no'.
258 Make further changes to 'Make_ming.mak' as you wish.
263 4) make -f Make_ming.mak gvim.exe 259 4) make -f Make_ming.mak gvim.exe
264 260
265 Now you have created the Windows binary from your Linux box! Have fun... 261 Now you have created the Windows binary from your Linux box! Have fun...
266 262
267 263