|
 Overview : Aethera : kamera : KDB : KDE Studio : Kivio : Korelib : Kugar : MARS : tkJabber VeePee

Korelib: CVS Access
Location / Home / Projects / Korelib / CVS Access
This page provides information on how to get anonymous read-only cvs access to
the latest Korelib sources. You can also get the latest Korelib source tarballs via
anonymous ftp.
 Anonymous CVS
In order to use the Korelib cvs repository run the commands:
export CVSROOT=:pserver:guest@cvs.thekompany.com:/home/cvs/public
cvs login
(type 'guest' when aksed for the cvs password)
cvs checkout korelib
 Installation Instructions
To compile and install the Korelib library, use the following commands:
automake
./configure
make
make install
Included in the Korelib source tree there are a Korelib sample application
(samples/koredlg) and a Korelib tutorial. While the main koredlg sample
application compiles automagically during Korelib's compilation, it's various
plugins (located at samples/koredlg/impl/*/) need to be compiled manually,
after Korelib has been installed on your system. Also, each step of the tutorial
needs to be compiled separatedly.
|