25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
knights/INSTALL

27 lines
390 B

Dependencies:
-------------
- Qt 3.x
- KDE 3.x
- Autoconf 2.5
- Automake 1.6
You'll also need to have your $TDEDIR 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