[kde-edu]: KVocTrain vs KWordQuiz -- vocabulary trainers in
general
Dominique Devriese
dominique.devriese at student.kuleuven.ac.be
Mon Mar 29 15:40:46 CEST 2004
Daniel Klein writes:
>> 'cd kdeedu/kvoctrain/kvoctrain'
>>
>> :)
> Which holds a Makefile.am and nothing else either. It has all the
> sources, but no configure script nor a configure.in. Weird.
That's because it's part of kdeedu, and not intended to be compiled
alone. You can either compile the whole of kde, or use the following
trick:
export CVSROOT="whatever anoncvs server you're using";
cvs co -l kdeedu
cvs co kdeedu/admin
cvs co kdeedu/kvoctrain
cd kdeedu/kvoctrain
make -f Makefile.cvs
./configure ...
cd kvoctrain
make
cheers
domi
More information about the kde-edu
mailing list