Installations notes about yourSQL:

first you must verify that you have these libraries :

- libyourserver (can be found at http://yoursql.sourceforge.net/)
- GNU Pth library (in all GNU ftp mirrors)

then you must have a C++ compiler, GNU c++ compiler is recommended.

if you have done a cvs checkout, first run ./autogen.sh followed by the configure script arguments
else you can run ./configure script (see options in ./configure --help) :

sh> ./configure --prefix=/opt/yourSQL

then

sh> make # (or gmake on some systems)
sh> make install # you must be root to write in system directories

after this you can see the yoursql manual page about configuration and use of the yourSQL software.

sh> man yourSQL

for any questions, please see at all the documentation and manual pages before ask any questions.
for bug reports and any suggestions please mail the autors.
you can also join the #coredump channel on any openprojects.net server
