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.6   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.6 &&
tar -xzf ncurses-5.6.tar.gz &&
cd ncurses-5.6 &&
./configure --prefix=/usr --with-shared &&
make &&
make install 

The output should look something like this:

checking for egrep... grep -E
Configuring NCURSES 5.6 ABI 5 (Fri Jul 18 00:54:23 PDT 2008)
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
.
.
.
installing vt100
installing vt300
/bin/install -c ncurses-config /usr/bin/ncurses5-config
make[1]: Leaving directory `/sources/ncurses-5.6/misc'
cd c++ && make DESTDIR="" install
make[1]: Entering directory `/sources/ncurses-5.6/c++'
/bin/install -c ../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.6/c++'

~~~
Please read our Terms of Use
The Mountain Climbing Journal filesystem has borrowed heavily from various pieces of Linux From Scratch.

Copyright 2006-2008 NoNIC.org

Created by:
MCJ
MCJ CMS