The S-Lang package contains the S-Lang library, which provides facilities such as display/screen management, keyboard input, and keymaps.
Download (HTTP): http://gd.tuwien.ac.at/editors/davis/slang/v2.0/slang-2.0.7.tar.bz2
Download (FTP): ftp://space.mit.edu/pub/davis/slang/v2.0/slang-2.0.7.tar.bz2
Download MD5 sum: 522d9075a721ebe235211dc96c7db2d1
Download size: 1.0 MB
Estimated disk space required: 26 MB
Estimated build time: 0.5 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/slang
Install S-Lang by running the following commands:
./configure --prefix=/usr --sysconfdir=/etc && make && make elf
To test the results, issue: make runtests.
Now, as the root user:
make install-elf &&
chmod -v 755 /usr/lib/libslang.so.2.0.7 \
/usr/lib/slang/v2/modules/*.so
--with-readline=gnu: Use this parameter
to use the system-installed version of Readline instead of the S-Lang internal version.
make elf and make install-elf: These commands create and install the dynamic shared version of the S-Lang library as well as an S-Lang script interpreter and related modules.
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.
Last updated on 2007-04-18 22:14:52 +0200