slang-1.4.9

Introduction to slang

The slang package contains the slang library, which provides facilities such as display/screen management, keyboard input, and keymaps.

Package information

Installation of slang

Install slang by running the following commands:

./configure --prefix=/usr &&
make &&
make install &&
make elf &&
make install-elf &&
chmod 755 /usr/lib/libslang.so.1.4.9

Configuring slang

Configuration Information

As with most libraries, there is no configuration to do, save that the library directory i.e., /opt/lib or /usr/local/lib should appear in /etc/ld.so.conf so that ldd can find the shared libraries. After checking that this is the case, /sbin/ldconfig should be run while logged in as root.

Contents

The slang package contains the libslang libraries.

Last updated on 2005-02-04 16:29:53 -0700