%general-entities; ]> slang-&slang-version; slang Introduction to slang S-Lang (slang) is an interpreted language that may be embedded into an application to make the application extensible. It provides facilities required by interactive applications such as display/screen management, keyboard input and keymaps. &lfs121_checked; 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; Slang Dependencies Optional and Oniguruma Installation of Slang This package does not support parallel build. Install slang by running the following commands: ./configure --prefix=/usr \ --sysconfdir=/etc \ --with-readline=gnu && make -j1 RPATH= To test the results, issue: LC_ALL=C make check. Now, as the root user: make install_doc_dir=/usr/share/doc/slang-&slang-version; \ SLSH_DOC_DIR=/usr/share/doc/slang-&slang-version;/slsh \ RPATH= install Command Explanations --with-readline=gnu: This parameter sets GNU Readline to be used by the parser interface instead of the slang internal version. RPATH=: This overridden make variable prevents hard coding library search paths (rpath) into the binary executable files and shared libraries. This package does not need rpath for an installtion into the standard location, and rpath may sometimes cause unwanted effects or even security issues. install_doc_dir=/usr/share/doc/slang-&slang-version; SLSH_DOC_DIR=/usr/share/doc/slang-&slang-version;/slsh: These overridden make variables ensure installing this package with a versioned documentation installation directory. Configuring slang Config Files ~/.slshrc and /etc/slsh.rc ~/.slshrc /etc/slsh.rc Contents Installed Program Installed Libraries Installed Directories slsh libslang.so 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 slang scripts. It supports dynamic loading of slang modules and includes a Readline interface for interactive use slsh