|
Karsten Hopp |
7fccbb |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
7fccbb |
Subject: Patch 7.3.248
|
|
Karsten Hopp |
7fccbb |
Fcc: outbox
|
|
Karsten Hopp |
7fccbb |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
7fccbb |
Mime-Version: 1.0
|
|
Karsten Hopp |
7fccbb |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
7fccbb |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
7fccbb |
------------
|
|
Karsten Hopp |
7fccbb |
|
|
Karsten Hopp |
7fccbb |
Patch 7.3.248
|
|
Karsten Hopp |
7fccbb |
Problem: PC Install instructions missing install instructions.
|
|
Karsten Hopp |
7fccbb |
Solution: Step-by-step explanation. (Michael Soyka)
|
|
Karsten Hopp |
7fccbb |
Files: src/INSTALLpc.txt
|
|
Karsten Hopp |
7fccbb |
|
|
Karsten Hopp |
7fccbb |
|
|
Karsten Hopp |
7fccbb |
*** ../vim-7.3.247/src/INSTALLpc.txt 2011-06-12 20:36:00.000000000 +0200
|
|
Karsten Hopp |
7fccbb |
--- src/INSTALLpc.txt 2011-07-15 13:49:46.000000000 +0200
|
|
Karsten Hopp |
7fccbb |
***************
|
|
Karsten Hopp |
7fccbb |
*** 11,19 ****
|
|
Karsten Hopp |
7fccbb |
this, then you will get the default behavior as is documented, which should
|
|
Karsten Hopp |
7fccbb |
be fine for most people.
|
|
Karsten Hopp |
7fccbb |
|
|
Karsten Hopp |
7fccbb |
! With the exception of the last two sections (Windows 3.1 and MS-DOS),
|
|
Karsten Hopp |
7fccbb |
! this document assumes that you are building Vim for Win32
|
|
Karsten Hopp |
7fccbb |
! (Windows NT/2000/XP/2003/Vista and Windows 95/98/Me)
|
|
Karsten Hopp |
7fccbb |
|
|
Karsten Hopp |
7fccbb |
|
|
Karsten Hopp |
7fccbb |
Contents:
|
|
Karsten Hopp |
7fccbb |
--- 11,19 ----
|
|
Karsten Hopp |
7fccbb |
this, then you will get the default behavior as is documented, which should
|
|
Karsten Hopp |
7fccbb |
be fine for most people.
|
|
Karsten Hopp |
7fccbb |
|
|
Karsten Hopp |
7fccbb |
! With the exception of two sections (Windows 3.1 and MS-DOS), this document
|
|
Karsten Hopp |
7fccbb |
! assumes that you are building Vim for Win32 or later.
|
|
Karsten Hopp |
7fccbb |
! (Windows 95/98/Me/NT/2000/XP/2003/Vista/7)
|
|
Karsten Hopp |
7fccbb |
|
|
Karsten Hopp |
7fccbb |
|
|
Karsten Hopp |
7fccbb |
Contents:
|
|
Karsten Hopp |
7fccbb |
***************
|
|
Karsten Hopp |
7fccbb |
*** 27,32 ****
|
|
Karsten Hopp |
7fccbb |
--- 27,35 ----
|
|
Karsten Hopp |
7fccbb |
8. Windows 3.1
|
|
Karsten Hopp |
7fccbb |
9. MS-DOS
|
|
Karsten Hopp |
7fccbb |
|
|
Karsten Hopp |
7fccbb |
+ 10. Installing after building from sources
|
|
Karsten Hopp |
7fccbb |
+
|
|
Karsten Hopp |
7fccbb |
+
|
|
Karsten Hopp |
7fccbb |
The currently preferred method is using the free Visual C++ Toolkit 2008
|
|
Karsten Hopp |
7fccbb |
|msvc-2008-express|, the produced binary runs on most MS-Windows systems. If
|
|
Karsten Hopp |
7fccbb |
you need the executable to run on Windows 98 or ME, use the 2003 one
|
|
Karsten Hopp |
7fccbb |
***************
|
|
Karsten Hopp |
7fccbb |
*** 409,411 ****
|
|
Karsten Hopp |
7fccbb |
--- 412,470 ----
|
|
Karsten Hopp |
7fccbb |
|
|
Karsten Hopp |
7fccbb |
If you get all kinds of strange error messages when compiling, try adding
|
|
Karsten Hopp |
7fccbb |
changing the file format from "unix" to "dos".
|
|
Karsten Hopp |
7fccbb |
+
|
|
Karsten Hopp |
7fccbb |
+
|
|
Karsten Hopp |
7fccbb |
+ 10. Installing after building from sources
|
|
Karsten Hopp |
7fccbb |
+ ==========================================
|
|
Karsten Hopp |
7fccbb |
+
|
|
Karsten Hopp |
7fccbb |
+ [provided by Michael Soyka]
|
|
Karsten Hopp |
7fccbb |
+
|
|
Karsten Hopp |
7fccbb |
+ After you've built the Vim binaries as described above, you're ready to
|
|
Karsten Hopp |
7fccbb |
+ install Vim on your system. However, if you've obtained the Vim sources
|
|
Karsten Hopp |
7fccbb |
+ using Mercurial or by downloading them as a unix tar file, you must first
|
|
Karsten Hopp |
7fccbb |
+ create a "vim73" directory. If you instead downloaded the sources as
|
|
Karsten Hopp |
7fccbb |
+ zip files, you can skip this setup as the zip archives already have the
|
|
Karsten Hopp |
7fccbb |
+ correct directory structure.
|
|
Karsten Hopp |
7fccbb |
+
|
|
Karsten Hopp |
7fccbb |
+ A. Create a Vim "runtime" subdirectory named "vim73"
|
|
Karsten Hopp |
7fccbb |
+ -----------------------------------------------------
|
|
Karsten Hopp |
7fccbb |
+ If you obtained your Vim sources as zip files, you can skip this step.
|
|
Karsten Hopp |
7fccbb |
+ Otherwise, continue reading.
|
|
Karsten Hopp |
7fccbb |
+
|
|
Karsten Hopp |
7fccbb |
+ Go to the directory that contains the Vim "src" and "runtime"
|
|
Karsten Hopp |
7fccbb |
+ directories and create a new subdirectory named "vim73".
|
|
Karsten Hopp |
7fccbb |
+
|
|
Karsten Hopp |
7fccbb |
+ Copy the "runtime" files into "vim73":
|
|
Karsten Hopp |
7fccbb |
+ copy runtime\* vim73
|
|
Karsten Hopp |
7fccbb |
+
|
|
Karsten Hopp |
7fccbb |
+ B. Copy the new binaries into the "vim73" directory
|
|
Karsten Hopp |
7fccbb |
+ ----------------------------------------------------
|
|
Karsten Hopp |
7fccbb |
+ Regardless of how you installed the Vim sources, you need to copy the
|
|
Karsten Hopp |
7fccbb |
+ new binaries you created above into "vim73":
|
|
Karsten Hopp |
7fccbb |
+
|
|
Karsten Hopp |
7fccbb |
+ copy src\*.exe vim73
|
|
Karsten Hopp |
7fccbb |
+ copy src\GvimExt\gvimext.dll vim73
|
|
Karsten Hopp |
7fccbb |
+ copy src\xxd\xxd.exe vim73
|
|
Karsten Hopp |
7fccbb |
+
|
|
Karsten Hopp |
7fccbb |
+ C. Move the "vim73" directory into the Vim installation subdirectory
|
|
Karsten Hopp |
7fccbb |
+ ---------------------------------------------------------------------
|
|
Karsten Hopp |
7fccbb |
+ Move the "vim73" subdirectory into the subdirectory where you want Vim
|
|
Karsten Hopp |
7fccbb |
+ to be installed. Typically, this subdirectory will be named "vim".
|
|
Karsten Hopp |
7fccbb |
+ If you already have a "vim73" subdirectory in "vim", delete it first
|
|
Karsten Hopp |
7fccbb |
+ by running its unstal.exe program.
|
|
Karsten Hopp |
7fccbb |
+
|
|
Karsten Hopp |
7fccbb |
+ D. Install Vim
|
|
Karsten Hopp |
7fccbb |
+ ---------------
|
|
Karsten Hopp |
7fccbb |
+ "cd" to your Vim installation subdirectory "vim\vim73" and run the
|
|
Karsten Hopp |
7fccbb |
+ "install.exe" program. It will ask you a number of questions about
|
|
Karsten Hopp |
7fccbb |
+ how you would like to have your Vim setup. Among these are:
|
|
Karsten Hopp |
7fccbb |
+ - You can tell it to write a "_vimrc" file with your preferences in the
|
|
Karsten Hopp |
7fccbb |
+ parent directory.
|
|
Karsten Hopp |
7fccbb |
+ - It can also install an "Edit with Vim" entry in the Windows Explorer
|
|
Karsten Hopp |
7fccbb |
+ popup menu.
|
|
Karsten Hopp |
7fccbb |
+ - You can have it create batch files, so that you can run Vim from the
|
|
Karsten Hopp |
7fccbb |
+ console or in a shell. You can select one of the directories in your
|
|
Karsten Hopp |
7fccbb |
+ PATH or add the directory to PATH using the Windows Control Panel.
|
|
Karsten Hopp |
7fccbb |
+ - Create entries for Vim on the desktop and in the Start menu.
|
|
Karsten Hopp |
7fccbb |
+
|
|
Karsten Hopp |
7fccbb |
+ Happy Vimming!
|
|
Karsten Hopp |
7fccbb |
*** ../vim-7.3.247/src/version.c 2011-07-15 13:33:17.000000000 +0200
|
|
Karsten Hopp |
7fccbb |
--- src/version.c 2011-07-15 13:51:03.000000000 +0200
|
|
Karsten Hopp |
7fccbb |
***************
|
|
Karsten Hopp |
7fccbb |
*** 711,712 ****
|
|
Karsten Hopp |
7fccbb |
--- 711,714 ----
|
|
Karsten Hopp |
7fccbb |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
7fccbb |
+ /**/
|
|
Karsten Hopp |
7fccbb |
+ 248,
|
|
Karsten Hopp |
7fccbb |
/**/
|
|
Karsten Hopp |
7fccbb |
|
|
Karsten Hopp |
7fccbb |
--
|
|
Karsten Hopp |
7fccbb |
Linux is just like a wigwam: no Windows, no Gates and an Apache inside.
|
|
Karsten Hopp |
7fccbb |
|
|
Karsten Hopp |
7fccbb |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
7fccbb |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
7fccbb |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
7fccbb |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|