This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
haden /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Jul 21 04:20:19 -0700 2008 | [mangos] |
| |
AUTHORS | Mon Jul 21 04:20:19 -0700 2008 | [mangos] |
| |
COPYING | Mon Jul 21 04:20:19 -0700 2008 | [mangos] |
| |
ChangeLog | Mon Jul 21 04:20:19 -0700 2008 | [mangos] |
| |
Doxyfile.in | Mon Jul 21 04:20:19 -0700 2008 | [mangos] |
| |
FILES | Mon Jul 21 04:20:19 -0700 2008 | [mangos] |
| |
HACKING | Mon Jul 21 04:20:19 -0700 2008 | [mangos] |
| |
Makefile.am | Mon Jul 21 04:20:19 -0700 2008 | [mangos] |
| |
NEWS | Mon Jul 21 04:20:19 -0700 2008 | [mangos] |
| |
README | Mon Jul 21 04:20:19 -0700 2008 | [mangos] |
| |
THANKS | Mon Jul 21 04:20:19 -0700 2008 | [mangos] |
| |
TODO | Mon Jul 21 04:20:19 -0700 2008 | [mangos] |
| |
autogen.sh | Mon Jul 21 04:20:19 -0700 2008 | [mangos] |
| |
bcpp.cfg | Mon Jul 21 04:20:19 -0700 2008 | [mangos] |
| |
configure.ac | Mon Jul 21 04:20:19 -0700 2008 | [mangos] |
| |
include/ | Mon Jul 21 04:20:19 -0700 2008 | [mangos] |
| |
indent-sources | Mon Jul 21 04:20:19 -0700 2008 | [mangos] |
| |
libhaden.pc.in | Mon Jul 21 04:20:19 -0700 2008 | [mangos] |
| |
m4/ | Mon Jul 21 04:20:19 -0700 2008 | [mangos] |
| |
src/ | Mon Jul 21 04:20:19 -0700 2008 | [mangos] |
| |
tests/ | Mon Jul 21 04:20:19 -0700 2008 | [mangos] |
README
= Haden (C++ cross platform core library) == Requirements * Florigon 0.1+: http://getmangos.com/wiki/Florigon * Optional: CppUnit 1.12.0+ http://sourceforge.net/projects/cppunit/ * Optional: Doxygen 1.5+ http://www.doxygen.org/ == Synopsis Haden is the MaNGOS core library written in C++, providing access to databases, various file formats, network, and offering serveral tools for cross platform development. == Installation The Haden ORM is configured and installed by using the standard autotools approach. If you have downloaded Haden from the GIT source repository, please run the following command first to create the configure script: $ autoreconf --install --force To configure, build and install Haden, use the following commands: $ ./configure $ make $ make test DBCONFIG=sqlite://test.sqlite (optional) $ su root # make install == Configuration Haden does not need any configuration. During the configure run, it will do all the hard work for you, and detect any usable installation of SQLite, MySQL, and PostgreSQL (which means: you need to have the development libraries and headers for any of these database backends installed). == Known issues See the notes at http://getmangos.com/wiki/Haden == License Haden (C++ cross platform core library) Copyright (C) 2008 Mangos Foundation http://getmangos.com/ This program 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 3 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, see <http://www.gnu.org/licenses/>.




