]> git.pld-linux.org Git - packages/vim.git/blob - 7.3.248
- new
[packages/vim.git] / 7.3.248
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.248
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.3.248
11 Problem:    PC Install instructions missing install instructions.
12 Solution:   Step-by-step explanation. (Michael Soyka)
13 Files:      src/INSTALLpc.txt
14
15
16 *** ../vim-7.3.247/src/INSTALLpc.txt    2011-06-12 20:36:00.000000000 +0200
17 --- src/INSTALLpc.txt   2011-07-15 13:49:46.000000000 +0200
18 ***************
19 *** 11,19 ****
20   this, then you will get the default behavior as is documented, which should
21   be fine for most people.
22   
23 ! With the exception of the last two sections (Windows 3.1 and MS-DOS),
24 ! this document assumes that you are building Vim for Win32
25 ! (Windows NT/2000/XP/2003/Vista and Windows 95/98/Me)
26   
27   
28   Contents:
29 --- 11,19 ----
30   this, then you will get the default behavior as is documented, which should
31   be fine for most people.
32   
33 ! With the exception of two sections (Windows 3.1 and MS-DOS), this document
34 ! assumes that you are building Vim for Win32 or later.
35 ! (Windows 95/98/Me/NT/2000/XP/2003/Vista/7)
36   
37   
38   Contents:
39 ***************
40 *** 27,32 ****
41 --- 27,35 ----
42   8. Windows 3.1
43   9. MS-DOS
44   
45 + 10. Installing after building from sources
46
47
48   The currently preferred method is using the free Visual C++ Toolkit 2008
49   |msvc-2008-express|, the produced binary runs on most MS-Windows systems.  If
50   you need the executable to run on Windows 98 or ME, use the 2003 one
51 ***************
52 *** 409,411 ****
53 --- 412,470 ----
54   
55   If you get all kinds of strange error messages when compiling, try adding
56   changing the file format from "unix" to "dos".
57
58
59 + 10. Installing after building from sources
60 + ==========================================
61
62 + [provided by Michael Soyka]
63
64 + After you've built the Vim binaries as described above, you're ready to
65 + install Vim on your system.  However, if you've obtained the Vim sources
66 + using Mercurial or by downloading them as a unix tar file, you must first 
67 + create a "vim73" directory.  If you instead downloaded the sources as
68 + zip files, you can skip this setup as the zip archives already have the
69 + correct directory structure.  
70
71 +   A.  Create a Vim "runtime" subdirectory named "vim73"
72 +   -----------------------------------------------------
73 +   If you obtained your Vim sources as zip files, you can skip this step.  
74 +   Otherwise, continue reading.
75
76 +   Go to the directory that contains the Vim "src" and "runtime"
77 +   directories and create a new subdirectory named "vim73".  
78 +   
79 +   Copy the "runtime" files into "vim73":
80 +      copy runtime\* vim73
81
82 +   B.  Copy the new binaries into the "vim73" directory
83 +   ----------------------------------------------------
84 +   Regardless of how you installed the Vim sources, you need to copy the
85 +   new binaries you created above into "vim73":
86
87 +      copy src\*.exe vim73
88 +      copy src\GvimExt\gvimext.dll vim73
89 +      copy src\xxd\xxd.exe vim73
90
91 +   C.  Move the "vim73" directory into the Vim installation subdirectory
92 +   ---------------------------------------------------------------------
93 +   Move the "vim73" subdirectory into the subdirectory where you want Vim
94 +   to be installed.  Typically, this subdirectory will be named "vim".  
95 +   If you already have a "vim73" subdirectory in "vim", delete it first
96 +   by running its unstal.exe program.  
97
98 +   D.  Install Vim
99 +   ---------------
100 +   "cd" to your Vim installation subdirectory "vim\vim73" and run the
101 +   "install.exe" program.  It will ask you a number of questions about
102 +   how you would like to have your Vim setup.  Among these are:
103 +   - You can tell it to write a "_vimrc" file with your preferences in the
104 +     parent directory.
105 +   - It can also install an "Edit with Vim" entry in the Windows Explorer
106 +     popup menu.
107 +   - You can have it create batch files, so that you can run Vim from the
108 +     console or in a shell.  You can select one of the directories in your
109 +     PATH or add the directory to PATH using the Windows Control Panel.  
110 +   - Create entries for Vim on the desktop and in the Start menu.
111
112 + Happy Vimming!
113 *** ../vim-7.3.247/src/version.c        2011-07-15 13:33:17.000000000 +0200
114 --- src/version.c       2011-07-15 13:51:03.000000000 +0200
115 ***************
116 *** 711,712 ****
117 --- 711,714 ----
118   {   /* Add new patch number below this line */
119 + /**/
120 +     248,
121   /**/
122
123 -- 
124 Linux is just like a wigwam: no Windows, no Gates and an Apache inside.
125
126  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
127 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
128 \\\  an exciting new programming language -- http://www.Zimbu.org        ///
129  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.037189 seconds and 3 git commands to generate.