This is the mail archive of the
cygwin@sourceware.cygnus.com
mailing list for the Cygwin project.
Re: vi?
- To: gnu-win32 at cygnus dot com
- Subject: Re: vi?
- From: mh at mike dot franken dot de (Michael Hirmke)
- Date: 26 May 1998 18:32:00 +0200
- Organization: Kommunikationsnetz Franken e.V. (Nuernberg)
Hi Robert,
[...]
>I like gnuwin, but was shocked to find that it appears to have
>no editor, not even vi.
>
[...]
>Is there a version of vi that will work properly with Gnuwin?
------------------------< snip snip snip >-----------------------------
*vim-5.0*
-------
- what is it?
- Vim (Vi Improved) is an almost compatible version of the UNIX
editor vi whereby almost every possible command can be performed
using only ASCII characters. Only the 'Q' command is missing
(you don't need it). Many new features have been added: multi
level undo, command line history, filename completion, block
operations, editing of binary data, etc. Vi is available for
the AMIGA, MS-DOS, Windows NT, and various versions of UNIX.
- system
- Windows NT4 German / SP3
- preliminaries
- you first have to install *ncurses-4.1*
- you first have to install *X11R6.3*, if you want vim with
X11 GUI support
- configure
- works without changes with these parameters:
./configure \
--prefix=/usr/local \
--disable-perlinterp \
--disable-pythoninterp
or for a vim without any GUI support
./configure \
--prefix=/usr/local \
--disable-perlinterp \
--disable-pythoninterp \
--disable-gui \
--without-x
- make
- works without changes
- make install
- works, but you first have to "export SUFFIX=.exe", because it does
not use the standard "install" program
- notes
- make gives you a few warnings, which you can ignore, and when
it has finished, it is not obvious, that compilation succeeded,
though it did
- if the X11R6.3 package is installed, you get GUI support, too;
the process for building the package is the same, though
- works the same way for vim-5.1
(according to noer@cygnus.com (Geoffrey Noer))
- package availability
- on ftp.franken.de
- in /gnuwin32:/cygwin32/porters/Hirmke_Michael
- as vim-5.0-win32-with-gui-bin.tar.gz
- or vim-5.0-win32-with-gui-bin.zip
- or vim-5.0-win32-without-gui-bin.tar.gz
- or vim-5.0-win32-without-gui-bin.zip
- contributed by
- mh@mike.franken.de (Michael Hirmke)
------------------------< snip snip snip >-----------------------------
>
>Thanks and Regards
>
>
>Robert
Bye.
Michael.
--
Michael Hirmke | Telefon +49 (911) 557999
Georg-Strobel-Strasse 81 | FAX +49 (911) 557664
90489 Nuernberg | E-Mail mailto:mh@mike.franken.de
| WWW http://minimike.franken.de/
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".