SmartTools Library Documentation

0.1

Introduction

The SmartTools library is a collection of some very useful classes for programming on Unix-like systems and is optimized for max simplicity. It provides its own string class called StString, which is faster and more useful than std::string; it also includes input/output classes like StOutput, StFile or StDir. In addition, it provides the following classes:

SmartTools is a well-used library in the KateOS Linux distribution's system administration applications.

Download

The only way at this time to download SmartTools is through svn. Be aware that svn version is unstable most of time and contains known bugs. To download make sure that you have the subversion client installed on your system, then type in bash:

svn checkout svn://pragma.pl:1310/kateos

This will create ./kateos directory.

Installation

Simply type this:

cd kateos/libsmarttools
./configure
make
su
make install

Make sure that you don't have libsmarttools.so* libraries in your system already. If this library was installed by a package manager then try to remove this package or delete the library files manualy if the library is a part of another package.


Generated on Tue Nov 14 21:15:09 2006 for Smart Tools Library by  doxygen 1.4.7