Intro  Base  More  Read  Use  Last 30  60  90  All Articles  RSS


Intro

Base

More

Read

Use

Last:
30


60

90

All
Days

Base: vim-7.2   Print


Base Nav: first previous next last All Tab 2 spacerspacer
Source code is available here.

Run these commands:

cd /sources/  &&
rm -rf vim72 &&
tar -xjf vim-7.2.tar.bz2 &&
cd vim72 &&
./configure --prefix=/usr &&
make install 

The output should look something like this:

configure: creating cache auto/config.cache
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e...
/bin/grep
checking for egrep... /bin/grep -E
checking for library containing strerror... none required
checking for gawk... gawk
checking for strip... strip
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
configure: checking for buggy tools...
- sh is 'GNU bash, version 3.2.48(1)-release
(i686-pc-linux-gnu)
Copyright (C) 2007 Free Software Foundation, Inc.' -
probably OK.
- sed is	'GNU sed version 4.2
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying
conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE,
to the extent permitted by law.
GNU sed home page: .
General help using GNU software:
.
E-mail bug reports to: .
Be sure to include the word ``sed'' somewhere in the
``Subject:'' field.'.
checking for BeOS... no
checking for QNX... no
checking for Darwin (Mac OS X)... no
checking --with-local-dir argument... Defaulting to
/usr/local
checking --with-vim-name argument... Defaulting to vim
checking --with-ex-name argument... Defaulting to ex
checking --with-view-name argument... Defaulting to view
checking --with-global-runtime argument... no
checking --with-modified-by argument... no
checking if character set is EBCDIC... no
checking --disable-selinux argument... no
checking for is_selinux_enabled in -lselinux... no
checking --with-features argument... Defaulting to normal
checking --with-compiledby argument... no
checking --disable-xsmp argument... no
checking --disable-xsmp-interact argument... no
checking --enable-mzschemeinterp argument... no
checking --enable-perlinterp argument... no
.
.
.
installing /usr/share/man/ru.UTF-8/man1/evim.1
/bin/sh ./installml.sh install ""yes"" \
	/usr/share/man/fr/man1 vim vimdiff evim ex view
rvim rview gvim gview rgvim rgview gvimdiff eview
/bin/sh ./installml.sh install ""yes"" \
	/usr/share/man/fr.ISO8859-1/man1 vim vimdiff evim
ex view rvim rview gvim gview rgvim rgview gvimdiff eview
/bin/sh ./installml.sh install ""yes"" \
	/usr/share/man/fr.UTF-8/man1 vim vimdiff evim ex
view rvim rview gvim gview rgvim rgview gvimdiff eview
/bin/sh ./installml.sh install ""yes"" \
	/usr/share/man/it/man1 vim vimdiff evim ex view
rvim rview gvim gview rgvim rgview gvimdiff eview
/bin/sh ./installml.sh install ""yes"" \
	/usr/share/man/it.ISO8859-1/man1 vim vimdiff evim
ex view rvim rview gvim gview rgvim rgview gvimdiff eview
/bin/sh ./installml.sh install ""yes"" \
	/usr/share/man/it.UTF-8/man1 vim vimdiff evim ex
view rvim rview gvim gview rgvim rgview gvimdiff eview
/bin/sh ./installml.sh install ""yes"" \
	/usr/share/man/pl/man1 vim vimdiff evim ex view
rvim rview gvim gview rgvim rgview gvimdiff eview
/bin/sh ./installml.sh install ""yes"" \
	/usr/share/man/pl.ISO8859-2/man1 vim vimdiff evim
ex view rvim rview gvim gview rgvim rgview gvimdiff eview
/bin/sh ./installml.sh install ""yes"" \
	/usr/share/man/pl.UTF-8/man1 vim vimdiff evim ex
view rvim rview gvim gview rgvim rgview gvimdiff eview
/bin/sh ./installml.sh install ""yes"" \
	/usr/share/man/ru.KOI8-R/man1 vim vimdiff evim ex
view rvim rview gvim gview rgvim rgview gvimdiff eview
/bin/sh ./installml.sh install ""yes"" \
	/usr/share/man/ru.UTF-8/man1 vim vimdiff evim ex
view rvim rview gvim gview rgvim rgview gvimdiff eview
if test -n """" -a -f po/Makefile; then \
   cd po; make prefix=/usr
LOCALEDIR=/usr/share/vim/vim72/lang \
   INSTALL_DATA=cp FILEMOD=644 install; \
fi
if test -d ../runtime/lang; then \
   cp ../runtime/lang/README.txt ../runtime/lang/*.vim
/usr/share/vim/vim72/lang; \
   chmod 644 /usr/share/vim/vim72/lang/README.txt
/usr/share/vim/vim72/lang/*.vim; \
fi
if test -d ../runtime/keymap; then \
   cp ../runtime/keymap/README.txt ../runtime/keymap/*.vim
/usr/share/vim/vim72/keymap; \
   chmod 644 /usr/share/vim/vim72/keymap/README.txt
/usr/share/vim/vim72/keymap/*.vim; \
fi
if test -d /usr/share/icons/hicolor/48x48/apps -a -w
/usr/share/icons/hicolor/48x48/apps \
	-a ! -f
/usr/share/icons/hicolor/48x48/apps/gvim.png; then \
   cp ../runtime/vim48x48.png
/usr/share/icons/hicolor/48x48/apps/gvim.png; \
fi
if test -d /usr/share/icons/locolor/32x32/apps -a -w
/usr/share/icons/locolor/32x32/apps \
	-a ! -f
/usr/share/icons/locolor/32x32/apps/gvim.png; then \
   cp ../runtime/vim32x32.png
/usr/share/icons/locolor/32x32/apps/gvim.png; \
fi
if test -d /usr/share/icons/locolor/16x16/apps -a -w
/usr/share/icons/locolor/16x16/apps \
	-a ! -f
/usr/share/icons/locolor/16x16/apps/gvim.png; then \
   cp ../runtime/vim16x16.png
/usr/share/icons/locolor/16x16/apps/gvim.png; \
fi
cp gvimtutor /usr/bin/gvimtutor
chmod 755 /usr/bin/gvimtutor
make[1]: Leaving directory `/sources/vim72/src'


~~~
Please read our Terms of Use and our Privacy Policy
A tip o' the hat to the folks at Linux From Scratch, who provided a lot of the know-how and framing for the NoNIC OS.

Copyright 2006-2009 NoNIC.org

Created by:
MCJ
MCJ CMS