mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
30 lines
1.3 KiB
Plaintext
30 lines
1.3 KiB
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.
|
|
|
|
ULib is free software; you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation; either version 2 of the License, or
|
|
(at your option) any later version.
|
|
|
|
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. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program; if not, write to the Free Software
|
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
Comments are welcome.
|
|
|
|
- stefano casazza <stefano.casazza@unirel.com>
|
|
|
|
Basically, nothing that can handle complexity runs as fast as C++
|
|
Bjarne Stroustrup
|