1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/README
2015-05-28 19:04:25 +02:00

22 lines
835 B
Plaintext

ULib - C++ library
ULib is normally built and installed as a set of shared object
libraries and header files. These libraries and headers are installed
using directories selected through a "configure" script that has been
prepared with automake and autoconf. As such, they should build and
install similarly to and in a manner compatible and consistent with most
other GNU software.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
ULib is Free Software under the LGPL
Comments are welcome.
- stefano casazza <stefano.casazza@unirel.com>
Basically, nothing that can handle complexity runs as fast as C++
Bjarne Stroustrup