gBib - An interactive BibTeX database manager
---------------------------------------------

Code written by Alejandro Aguilar Sierra  <asierra@servidor.unam.mx> 
            and             Felipe Bergo  <bergo@seul.org>

under the terms of the GNU General Public Licence version 2.
See the file COPYING for details.

This program is a user-friendly editor and browser for 
BibTeX bibliographic databases.
You can use it also to insert citations inside a LyX
(http://www.lyx.org/) document.

To insert citations in a LyX document, verify that LyX
is running before clicking on the lyx button.
The LyX server must be enabled, just add in your
lyxrc this line:

         \serverpipe "/YOUR_HOME_DIR/.lyxpipe"


Requirements to compile this program:

* C++ and STL (libstdc++)

* The development libraries of Gnome (>=1.0) and GTK+ (>=1.2).

To install it just type

        ./configure
	make
        (become root)
        make install
	

Get the source from ftp://ftp.seul.org/pub/gbib
Or from http://gbib.seul.org

Comments and patches to gbib@seul.org

