diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-17 01:24:36 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-17 01:24:36 +0000 |
commit | a8c9924456e5335c964e4e55b2dde1963c88726f (patch) | |
tree | f5bf107ba079ae460536da778ce2da5e6c68aa69 /INSTALL | |
download | knights-a8c9924456e5335c964e4e55b2dde1963c88726f.tar.gz knights-a8c9924456e5335c964e4e55b2dde1963c88726f.zip |
Added KDE3 version of Knights
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/knights@1091568 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -0,0 +1,26 @@ +Dependencies: +------------- + +- Qt 3.x +- KDE 3.x +- Autoconf 2.5 +- Automake 1.6 + +You'll also need to have your $KDEDIR environment variable set correctly. + + +Installing from Tarball Distribution: +------------------------------------- + + Type: ./configure + make + make install + + +Installing from CVS: +-------------------- + + Type: make -f Makefile.dist + ./configure + make + make install |