For all questions/comments, contact:
Current maintainer/developer : Jean Pierre Charalambos (nakedmind@users.sourceforge.net)
How to compile the I Ching
First, get the source-code. Then extract the tar-ball using (for iching-kde-0.1.tar.bz2):
tar jxf iching-kde-0.1.tar.bz2
or (for iching-kde-0.1.tar.gz)
tar zxf iching-kde-0.1.tar.gz
Then change to the iching-0.1
cd iching-0.1
and run configure
./configure --prefix=/path/to/kde
where /path/to/kde is the path where KDE is installed (duh!). If you aren't sure where KDE is installed type
kde-config --prefix
For example, on my system this returns
/usr
So I would run
./configure --prefix=/usr
If configure finished successfully you should run
make
and then (after a while) log in as root and install iching
make install
In the case that configure did not finish successfully, remember the following:
- You need to have KDE 3.0 (not later) and Qt 3.0 (not later).
- You need to have the kde-devel and qt-devel packages installed, these packages contain the header files necessary for compiling a KDE/Qt application.