comparison src/INSTALLpc.txt @ 3847:1003f9b262d7

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Wed, 03 Oct 2012 21:46:54 +0200
parents 981c7ad9dd48
children 4c845a1600d2
comparison
equal deleted inserted replaced
3846:f8a0288d2f6e 3847:1003f9b262d7
43 ------------- 43 -------------
44 44
45 Building with Visual Studio (VS 98, VS .NET, VS .NET 2003, VS 2005, and VS 2008) 45 Building with Visual Studio (VS 98, VS .NET, VS .NET 2003, VS 2005, and VS 2008)
46 is straightforward. (These instructions should also work for VS 4 and VS 5.) 46 is straightforward. (These instructions should also work for VS 4 and VS 5.)
47 47
48 Using VS C++ 2008 Express is recommended, the binaries build with that run on
49 nearly all platforms. Binaries from later versions may not run on Windows 95
50 or XP.
51
48 To build Vim from the command line with MSVC, use Make_mvc.mak. 52 To build Vim from the command line with MSVC, use Make_mvc.mak.
49 Visual Studio installed a batch file called vcvars32.bat, which you must 53 Visual Studio installed a batch file called vcvars32.bat, which you must
50 run to set up paths for nmake and MSVC. 54 run to set up paths for nmake and MSVC.
51 55
52 nmake -f Make_mvc.mak console Win32 SDK or Microsoft Visual C++ 56 nmake -f Make_mvc.mak console Win32 SDK or Microsoft Visual C++
169 http://www.microsoft.com/express/downloads/ 173 http://www.microsoft.com/express/downloads/
170 This includes the IDE and the debugger. 174 This includes the IDE and the debugger.
171 175
172 To set the environment execute the msvc2008.bat script. You can then build 176 To set the environment execute the msvc2008.bat script. You can then build
173 Vim with Make_mvc.mak. 177 Vim with Make_mvc.mak.
178
179 For building 64 bit binaries you also need to install the SDK:
180 "Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1"
181 You don't need the examples and documentation.
174 182
175 183
176 Visual C++ 2010 Express Edition *msvc-2010-express* 184 Visual C++ 2010 Express Edition *msvc-2010-express*
177 ------------------------------- 185 -------------------------------
178 186
294 302
295 303
296 6. Building with Python support 304 6. Building with Python support
297 =============================== 305 ===============================
298 306
299 (written by Ron Aaron: <ronaharon@yahoo.com>) 307 For building with MSVC 2008 the "Windows Installer" from www.python.org
300 308 works fine.
301 This has been tested with the mingw32 compiler, and the ActiveState 309
302 ActivePython: 310 (rest written by Ron Aaron: <ronaharon@yahoo.com>)
311
312 Building with the mingw32 compiler, and the ActiveState ActivePython:
303 http://www.ActiveState.com/Products/ActivePython/ 313 http://www.ActiveState.com/Products/ActivePython/
304 314
305 After installing the ActivePython, you will have to create a 'mingw32' 315 After installing the ActivePython, you will have to create a 'mingw32'
306 'libpython20.a' to link with: 316 'libpython20.a' to link with:
307 cd $PYTHON/libs 317 cd $PYTHON/libs