25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
knights/INSTALL

27 satır
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