mirror of
https://github.com/vim/vim.git
synced 2025-09-19 03:03:50 -04:00
updated for version 7.1
This commit is contained in:
parent
0168560264
commit
4e32e4bc5e
@ -1,4 +1,4 @@
|
|||||||
README_bindos.txt for version 7.1b of Vim: Vi IMproved.
|
README_bindos.txt for version 7.1 of Vim: Vi IMproved.
|
||||||
|
|
||||||
See "README.txt" for general information about Vim.
|
See "README.txt" for general information about Vim.
|
||||||
See "README_dos.txt" for installation instructions for MS-DOS and MS-Windows.
|
See "README_dos.txt" for installation instructions for MS-DOS and MS-Windows.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
README_lang.txt for version 7.1b of Vim: Vi IMproved.
|
README_lang.txt for version 7.1 of Vim: Vi IMproved.
|
||||||
|
|
||||||
This file contains files for non-English languages:
|
This file contains files for non-English languages:
|
||||||
- Translated messages.
|
- Translated messages.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
README_srcdos.txt for version 7.1b of Vim: Vi IMproved.
|
README_srcdos.txt for version 7.1 of Vim: Vi IMproved.
|
||||||
|
|
||||||
See "README.txt" for general information about Vim.
|
See "README.txt" for general information about Vim.
|
||||||
See "README_dos.txt" for installation instructions for MS-DOS and MS-Windows.
|
See "README_dos.txt" for installation instructions for MS-DOS and MS-Windows.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*arabic.txt* For Vim version 7.1b. Last change: 2005 Mar 29
|
*arabic.txt* For Vim version 7.1. Last change: 2005 Mar 29
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Nadim Shaikli
|
VIM REFERENCE MANUAL by Nadim Shaikli
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*usr_11.txt* For Vim version 7.1b. Last change: 2006 Apr 24
|
*usr_11.txt* For Vim version 7.1. Last change: 2006 Apr 24
|
||||||
|
|
||||||
VIM USER MANUAL - by Bram Moolenaar
|
VIM USER MANUAL - by Bram Moolenaar
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*usr_28.txt* For Vim version 7.1b. Last change: 2006 Apr 24
|
*usr_28.txt* For Vim version 7.1. Last change: 2006 Apr 24
|
||||||
|
|
||||||
VIM USER MANUAL - by Bram Moolenaar
|
VIM USER MANUAL - by Bram Moolenaar
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
*usr_40.txt* For Vim version 7.1b. Last change: 2006 Jun 21
|
*usr_40.txt* For Vim version 7.1. Last change: 2006 Jun 21
|
||||||
|
|
||||||
VIM USER MANUAL - by Bram Moolenaar
|
VIM USER MANUAL - by Bram Moolenaar
|
||||||
|
|
||||||
|
65
src/INSTALL
65
src/INSTALL
@ -7,15 +7,15 @@ Contents:
|
|||||||
1. Generic
|
1. Generic
|
||||||
2. Unix
|
2. Unix
|
||||||
3. RISC OS
|
3. RISC OS
|
||||||
4. Macintosh
|
4. OS/2 (with EMX 0.9b)
|
||||||
5. OS/2 (with EMX 0.9b)
|
5. Atari MiNT
|
||||||
6. Atari MiNT
|
|
||||||
|
|
||||||
For OS/390 Unix see ../runtime/doc/os_390.txt
|
See INSTALLami.txt for Amiga
|
||||||
For BeBox see ../runtime/doc/os_beos.txt.
|
See INSTALLmac.txt for Macintosh
|
||||||
For Amiga see INSTALLami.txt
|
See INSTALLpc.txt for PC (MS-DOS, Windows 95/98/NT/XP)
|
||||||
For PC (MS-DOS, Windows NT, Windows 95) see INSTALLpc.txt
|
See INSTALLvms.txt for VMS
|
||||||
For Macintosh see INSTALLmac.txt
|
See ../runtime/doc/os_390.txt for OS/390 Unix
|
||||||
|
See ../runtime/doc/os_beos.txt for BeBox
|
||||||
|
|
||||||
|
|
||||||
1. Generic
|
1. Generic
|
||||||
@ -37,7 +37,7 @@ Summary:
|
|||||||
|
|
||||||
This will include the GUI and X11 libraries, if you have them. If you want a
|
This will include the GUI and X11 libraries, if you have them. If you want a
|
||||||
version of Vim that is small and starts up quickly, see the Makefile for how
|
version of Vim that is small and starts up quickly, see the Makefile for how
|
||||||
to disable the GUI and X11. If you don't have Motif and/or X11, these
|
to disable the GUI and X11. If you don't have GUI libraries and/or X11, these
|
||||||
features will be disabled automatically.
|
features will be disabled automatically.
|
||||||
|
|
||||||
See the start of Makefile for more detailed instructions about how to compile
|
See the start of Makefile for more detailed instructions about how to compile
|
||||||
@ -87,8 +87,10 @@ that "make shadow" creates won't work.]
|
|||||||
|
|
||||||
Unix: COMPILING WITH/WITHOUT GUI
|
Unix: COMPILING WITH/WITHOUT GUI
|
||||||
|
|
||||||
|
NOTE: This is incomplete, look in Makefile for more info.
|
||||||
|
|
||||||
These configure arguments can be used to select which GUI to use:
|
These configure arguments can be used to select which GUI to use:
|
||||||
--enable-gui= gtk, kde, motif, athena or auto
|
--enable-gui=gtk or: gtk2, motif, athena or auto
|
||||||
--disable-gtk-check
|
--disable-gtk-check
|
||||||
--disable-motif-check
|
--disable-motif-check
|
||||||
--disable-athena-check
|
--disable-athena-check
|
||||||
@ -98,24 +100,28 @@ the order of GTK, Motif, then Athena). If one is found, then is uses it and
|
|||||||
does not proceed to check any of the remaining ones. Otherwise, it moves on
|
does not proceed to check any of the remaining ones. Otherwise, it moves on
|
||||||
to the next one.
|
to the next one.
|
||||||
|
|
||||||
--enable-{gtk,kde,motif,athena}-check all default to "yes", such that if
|
--enable-{gtk,gtk2,kde,motif,athena}-check all default to "yes", such that if
|
||||||
--enable-gui is "auto" (which it is by default), GTK, Motif, and Athena will
|
--enable-gui is "auto" (which it is by default), GTK, Motif, and Athena will
|
||||||
be checked for. If you want to *exclude* a certain check, then you use
|
be checked for. If you want to *exclude* a certain check, then you use
|
||||||
--disable-{gtk,kde,motif,athena}-check.
|
--disable-{gtk,gtk2,kde,motif,athena}-check.
|
||||||
|
|
||||||
For example, if --enable-gui is set to "auto", but you don't want it look for
|
For example, if --enable-gui is set to "auto", but you don't want it look for
|
||||||
Motif, you then also specify --disable-motif-check. This results in only
|
Motif, you then also specify --disable-motif-check. This results in only
|
||||||
checking for GTK and Athena.
|
checking for GTK and Athena.
|
||||||
|
|
||||||
Lastly, if you know which one you want to use, then you can just do
|
Lastly, if you know which one you want to use, then you can just do
|
||||||
--enable-gui={gtk,kde,motif,athena}. So if you wanted to only use Motif, then
|
--enable-gui={gtk,gtk2,kde,motif,athena}. So if you wanted to only use Motif,
|
||||||
you'd specify --enable-gui=motif. Once you specify what you want, the
|
then you'd specify --enable-gui=motif. Once you specify what you want, the
|
||||||
--enable-{gtk,kde,motif,athena}-check options are ignored.
|
--enable-{gtk,gtk2,kde,motif,athena}-check options are ignored.
|
||||||
|
|
||||||
|
On Linux you usually need GUI "-devel" packages. You may already have GTK
|
||||||
|
libraries installed, but that doesn't mean you can compile Vim with GTK, you
|
||||||
|
also need the header files.
|
||||||
|
|
||||||
For compiling with the GTK+ GUI, you need a recent version of glib and gtk+.
|
For compiling with the GTK+ GUI, you need a recent version of glib and gtk+.
|
||||||
Configure checks for at least version 1.1.16, but below 2.0. An older versions
|
Configure checks for at least version 1.1.16. An older version is not selected
|
||||||
is not selected automatically. If you want to use it anyway, run configure
|
automatically. If you want to use it anyway, run configure with
|
||||||
with "--disable-gtktest". GTK 2.0 doesn't work yet.
|
"--disable-gtktest".
|
||||||
GTK requires an ANSI C compiler. If you fail to compile Vim with GTK+ (it
|
GTK requires an ANSI C compiler. If you fail to compile Vim with GTK+ (it
|
||||||
is the preferred choice), try selecting another one in the Makefile.
|
is the preferred choice), try selecting another one in the Makefile.
|
||||||
If you are sure you have GTK installed, but for some reason configure says you
|
If you are sure you have GTK installed, but for some reason configure says you
|
||||||
@ -124,7 +130,8 @@ do not, you may have left-over header files and/or library files from an older
|
|||||||
auto/config.log for any error messages that may give you a hint as to what's
|
auto/config.log for any error messages that may give you a hint as to what's
|
||||||
happening.
|
happening.
|
||||||
|
|
||||||
For KDE see INSTALLkde.txt.
|
There used to be a KDE version of Vim, using Qt libraries, but since it didn't
|
||||||
|
work very well and there was no maintainer it was dropped.
|
||||||
|
|
||||||
|
|
||||||
Unix: COMPILING WITH MULTI-BYTE
|
Unix: COMPILING WITH MULTI-BYTE
|
||||||
@ -170,18 +177,11 @@ Try here: http://www.ecs.soton.ac.uk/~tal197
|
|||||||
Do
|
Do
|
||||||
:help riscos
|
:help riscos
|
||||||
|
|
||||||
within the editor for more information, or read the os_riscos.txt help file.
|
within the editor for more information, or read the
|
||||||
|
../runtime/doc/os_risc.txt help file.
|
||||||
|
|
||||||
|
|
||||||
4. Macintosh
|
4. OS/2
|
||||||
============
|
|
||||||
|
|
||||||
Vim should work on the Macintosh, but I don't have a makefile for it.
|
|
||||||
Work is being done to update the Macintosh port. It's a lot of work; don't
|
|
||||||
expect it soon.
|
|
||||||
|
|
||||||
|
|
||||||
5. OS/2
|
|
||||||
=======
|
=======
|
||||||
|
|
||||||
Summary:
|
Summary:
|
||||||
@ -223,14 +223,15 @@ Prerequisites:
|
|||||||
need to set TERM for other programs, you may consider putting
|
need to set TERM for other programs, you may consider putting
|
||||||
set term=os2ansi in the vimrc file.
|
set term=os2ansi in the vimrc file.
|
||||||
|
|
||||||
Check vim_os2.txt for additional info on running Vim.
|
Check ../runtime/doc/os_os2.txt for additional info on running Vim.
|
||||||
|
|
||||||
|
|
||||||
6. Atari MiNT
|
5. Atari MiNT
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
[NOTE: this is quite old, it might not work anymore]
|
||||||
|
|
||||||
To compile Vim for MiNT you may either copy makefile.mint to Makefile or use
|
To compile Vim for MiNT you may either copy Make_mint.mak to Makefile or use
|
||||||
the Unix Makefile adapted for the MiNT configuration.
|
the Unix Makefile adapted for the MiNT configuration.
|
||||||
|
|
||||||
Now proceed as described in the Unix section.
|
Now proceed as described in the Unix section.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user