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


Intro

Base

More

Read

Use

Last:
30


60

90

All
Days

Base: ncurses-5.7   Print


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

Run these commands:

cd /sources/  &&
rm -rf ncurses-5.7 &&
tar -xzf ncurses-5.7.tar.gz &&
cd ncurses-5.7 &&
./configure --prefix=/usr --with-shared &&
make &&
make install 

The output should look something like this:

checking for egrep... grep -E
Configuring NCURSES 5.7 ABI 5 (Fri May 22 20:49:54 PDT
2009)
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
Configuring for linux-gnu
checking for prefix... /usr
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix... 
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking version of gcc... 3.4.5
checking how to run the C preprocessor... gcc -E
checking whether gcc needs -traditional... no
checking whether gcc understands -c and -o together... yes
checking for POSIXized ISC... no
checking for gcc option to accept ANSI C... -DCC_HAS_PROTOS
checking for ldconfig... /sbin/ldconfig
checking if you want to ensure bool is consistent with
C++... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for g++... /usr/bin/g++
checking version of g++... 3.4.5
checking if you want to build C++ binding and demo... yes
checking if you want to build with Ada95... yes
checking if you want to build programs such as tic... yes
checking if you wish to install curses.h... yes
checking for mawk... no
checking for gawk... gawk
checking for egrep... (cached) grep -E
checking for a BSD compatible install... /bin/install -c
checking for tdlint... no
checking for lint... no
checking for alint... no
checking whether ln -s works... yes
checking for long file names... yes
checking if we should assume mixed-case filenames... auto
checking if filesystem supports mixed-case filenames... yes
checking whether make sets ${MAKE}... yes
checking for ctags... no
checking for etags... no
checking for makeflags variable... 
checking for ranlib... ranlib
checking for ld... ld
checking for ar... ar
.
.
.
installing ./form.h in /usr/include
make[1]: Leaving directory `/sources/ncurses-5.7/form'
cd test && make DESTDIR="""" install
make[1]: Entering directory `/sources/ncurses-5.7/test'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/sources/ncurses-5.7/test'
cd misc && make DESTDIR="""" install
make[1]: Entering directory `/sources/ncurses-5.7/misc'
DESTDIR= \
prefix=/usr \
exec_prefix=/usr \
bindir=/usr/bin \
top_srcdir=.. \
srcdir=. \
datadir=/usr/share \
ticdir=/usr/share/terminfo \
source=terminfo.tmp \
THIS_CC=""gcc"" \
THAT_CC=""gcc"" \
/bin/sh ./run_tic.sh
** Building terminfo database, please wait...
Running tic to install /usr/share/terminfo ...
	You may see messages regarding extended
capabilities, e.g., AX.
	These are extended terminal capabilities which are
compiled
	using
		tic -x
	If you have ncurses 4.2 applications, you should
read the INSTALL
	document, and install the terminfo without the -x
option.
1562 entries written to /usr/share/terminfo
** built new /usr/share/terminfo
** sym-linked /usr/lib/terminfo for compatibility
installing std
installing stdcrt
installing vt100
installing vt300
/bin/install -c ncurses-config /usr/bin/ncurses5-config
make[1]: Leaving directory `/sources/ncurses-5.7/misc'
cd c++ && make DESTDIR="""" install
make[1]: Entering directory `/sources/ncurses-5.7/c++'
/bin/install -c -m 644 ../lib/libncurses++.a
/usr/lib/libncurses++.a
installing ./cursesapp.h in /usr/include
installing ./cursesf.h in /usr/include
installing ./cursesm.h in /usr/include
installing ./cursesp.h in /usr/include
installing ./cursesw.h in /usr/include
installing ./cursslk.h in /usr/include
installing etip.h in /usr/include
make[1]: Leaving directory `/sources/ncurses-5.7/c++'


~~~
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