%general-entities; ]> $LastChangedBy$ $Date$ S-Lang-&slang-version; S-Lang Introduction to S-Lang The S-Lang package contains the S-Lang library, which provides facilities such as display/screen management, keyboard input, and keymaps. Package Information Download (HTTP): Download (FTP): Download MD5 sum: &slang-md5sum; Download size: &slang-size; Estimated disk space required: &slang-buildsize; Estimated build time: &slang-time; S-Lang Dependencies Optional , , and Oniguruma User Notes: Installation of S-Lang Install S-Lang by running the following commands: ./configure --prefix=/usr --sysconfdir=/etc && make To test the results, issue: make check. Now, as the root user: make install_doc_dir=/usr/share/doc/slang-&slang-version; install-all && chmod -v 755 /usr/lib/libslang.so.&slang-version; \ /usr/lib/slang/v2/modules/*.so Command Explanations make install_doc_dir=/usr/share/doc/slang-&slang-version; install-all: This command installs the static library as well as the dynamic shared version and related modules. It also changes the documentation installation directory to a versioned directory. : Use this parameter to use the Gnu Readline parser instead of the S-Lang internal version. Configuring S-Lang Config Files ~/.slshrc and /etc/slsh.rc ~/.slshrc /etc/slsh.rc Configuration Information Contents Installed Program Installed Libraries Installed Directories slsh libslang.{so,a} and numerous support modules /usr/lib/slang, /usr/share/doc/slang-&slang-version; and /usr/share/slsh Short Descriptions slsh is a simple program for interpreting S-Lang scripts. It supports dynamic loading of S-Lang modules and includes a Readline interface for interactive use. slsh