The slang package contains the slang library, which is used to create robust, multi-platform software.
Download (HTTP): http://gd.tuwien.ac.at/editors/davis/slang/v1.4/slang-1.4.9.tar.bz2
Download (FTP): ftp://space.mit.edu/pub/davis/slang/v1.4/slang-1.4.9.tar.bz2
Download size: 624 KB
Estimated Disk space required: 9.6 MB
Estimated build time: 0.16 SBU
Install slang by running the following commands:
./configure --prefix=/usr && make && make install && make elf && make install-elf && make install-links && chmod 755 /usr/lib/libslang.so.1.4.9 |
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.