MIBA Consulting General System Library 1.0 review

Download
by rbytes.net on

MIBA Consulting General System Library is a collection of cross-platform C++ class libraries

License: LGPL (GNU Lesser General Public License)
File size: 0K
Developer: Mike Jones
0 stars award from rbytes.net

MIBA Consulting General System Library is a collection of cross-platform C++ class libraries. Provides thread, IPC, file, network, SNMP (net-snmp) and Database (MySQL) interfaces. Comes with the usual array of utility classes - smart pointers, singletons, registries, serialization etc.

Installation:

The dist (or debug) directory contains everything you need apart from the NSPR library (and NETSNMP and STLPORT iostream library if you choose to use these), and two header files from NSPR. To get a complete kit use

make install INSTALL_PATH=path

where path is where you want the kit installed. If you have doxygen the documentation will be created by the install target, or you can make it independently with "make doc". In either case the documentation will get copied to the install path too.

Requirements:
gcc 2.95.2 or higher (2.96 or higher on RedHat) - recommend gcc 3.x
gmake
perl (required by the dependency builder depend.pl)

MIBA Consulting General System Library 1.0 search tags