The latest versions of libvir can be found on the libvir.org server ( HTTP, FTP). You will find there the released
versions as well as snapshot
tarballs updated from CVS head every hour Anonymous CVS is also
available, first register onto the server: cvs -d :pserver:anoncvs@libvir.org:2401/data/cvs login
it will request a password, enter anoncvs. Then you can
checkout the development tree with: cvs -d :pserver:anoncvs@libvir.org:2401/data/cvs co libvir
Use ./autogen.sh to configure the local checkout, then make
and make install , as usual. All normal cvs commands are now
available except commiting to the base. Daniel Veillard |