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

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

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). It should be probably turned into a configure switch or something.