Menu

CVS Up-to-date Branch Created

For those who prefer to use CVS to update software, a
up-to-date branch for libteklti has been created. A few
commands put inside a file to be executed by
something like crond should be able to handle the
auto-updating task:

#!/bin/sh

cvs -d:pserver:anonymous@66.24.29.1:/libteklti co -P libteklti-stable
cd libteklti-stable
autoreconf
./configure <replace this with your own configure flags>
make all
make install
cd ..

Posted by Kevin McBride 2005-09-23

Log in to post a comment.

MongoDB Logo MongoDB