diff options
Diffstat (limited to 'installFedora.sh')
-rwxr-xr-x | installFedora.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/installFedora.sh b/installFedora.sh new file mode 100755 index 0000000..8412d92 --- /dev/null +++ b/installFedora.sh @@ -0,0 +1,9 @@ +#!/bin/sh +make -f Makefile.cvs + +[ ! -f Makefile ] || make clean +export kde_htmldir=/usr/share/doc/HTML +./configure --prefix=/usr + +make +make install |