|
CVS Access
JJS-BDD is available via anonymous cvs. Type the following to check out the latest version:
export CVSROOT=:pserver:anonymous@cvs.sourceforge.net:/cvsroot/jjs-bdd
cvs login
(No password, just enter)
cvs -z3 co -P jjs-bdd
cd jjs-bdd
./autogen.sh
./configure --prefix=/usr --enable-final
make
make install
Type the following to check out the GUI :
export CVSROOT=:pserver:anonymous@cvs.sourceforge.net:/cvsroot/jjs-bdd
cvs login
(No password, just enter)
cvs -z3 co -P jjs-bdd-gui
cd jjs-bdd-gui
make -f Makefile.cvs
./configure --prefix=/usr
make
make install
Note: JJS-BDD-GUI only works with QT>=3.3.x and KDE 3.2.x
|