CVS Access

The Lyric C++ library project's SourceForge CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set. The module you wish to check out must be specified as the modulename. When prompted for a password for anonymous, simply press the Enter key.

    cvs -d:pserver:anonymous@cvs.lyric.sourceforge.net:/cvsroot/lyric login
    cvs -z3 -d:pserver:anonymous@cvs.lyric.sourceforge.net:/cvsroot/lyric co module

Updates from within the module's directory do not need the -d parameter.


Lyric Modules

Module Content
lyric Sources, headers, makefiles, ports to suported platforms
doc Documentation, LaTeX sources, figures
site HTML sources of this site


CVS Module Building with GNU tools

Module Bootstrap Building
lyric In the top directory of the module you find a shell script bootstrap. Execute this script with ./bootstrap to get the configure script and the Makefile built. The bootstrap script will configure the module with an installation prefix in your home directory. To change this default configuration, run configure again.
You will need at least GNU autoconf 2.52 and GNU automake 1.5 on your system.
Once bootstrap run failure free, you can run make.