Skalibs 1.1.0 This version fixes the libdatastruct major error (i.e., the implementation of the AVL tree). It also adds safeguards to the symbolic integer scan.
Skalibs is a set of general purpose, low-level C library, can replace the standard C library some methods, mainly for the construction of small static binary files.
Download Address: http://www.skarnet.org/software/skalibs/skalibs-1.1.0.tar.gz
Installation Instructions:
Create/package directory:
Mkdir-p/package
chmod 1755/package
Cd/package
Download Skalibs to installation/package directory
Unpack the Skalibs installation package:
TAR-ZXPVF skalibs-1.1.0.tar.gz
# If you don't have GNU tar, check with your gunzip and tar manual pages.
RM skalibs-1.1.0.tar.gz
CD prog/skalibs-1.1.0
Configure Skalibs with conf-compile/, for configuration instructions see official guidance: http://www.skarnet.org/software/skalibs/install.html
Edit and install Skalibs:
Make
sudo make install