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 theconfigure
script and theMakefile
built. Thebootstrap
script will configure the module with an installation prefix in your home directory. To change this default configuration, runconfigure
again.
You will need at least GNU autoconf 2.52 and GNU automake 1.5 on your system.
Oncebootstrap
run failure free, you can runmake
.