summaryrefslogtreecommitdiff
path: root/BUILD
blob: baca0214ebd9a915805f1879620f81d3c759ff44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
make -f Makefile.cvs
./configure
make

For KDE module:
cd kde
make -f Makefile.cvs
./configure
make

If you have a serious problem with the -Werror flag, edit configure.ac
and kde/configure.in.in (sorry, but plain C accepts unbelievable nonsense
without it). I should be probably turned into a configure switch or something.