Requirement
You will need:
Download
The most recent versions of GMemLogger is available from
http://savannah.gnu.org/download/gmemlogger/
Alternatively you may use anoncvs CVS to access the latest development sources (with no
guarantees that they will work correctly, or even compile).
cvs -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/gmemlogger login
cvs -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/gmemlogger co gmemlogger
When prompted for a password for anoncvs, simply press the Enter key. Updates from within the
module's directory do not need the -d parameter.
You can also browse the CVS tree from:
http://savannah.gnu.org/cgi-bin/viewcvs/gmemlogger/
Compile
Just run the usual sequence:
./configure
make
make install
If you prefer to build a RPM, try this:
rpm -ta gmemlogger-version.tar.gz