[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

QtQuran compile correction



In Compiling QtQuran, I put the editing Makefile info before the configure.

Updated info for QtQuran

cd to the extracted qtquran-0.1 folder.

generate Makefile:

Code:
./configure --prefix=/usr/local
Now, it gets a bit complex. The Arabeyes website says:

in qtquran-0.1/src/plugins/audio/alsa/Makefile , find the line which says CPPFLAGS = and insert -I/usr/include/speex in that line, (if it is not already present.)

Do the same for qtquran-0.1/src/plugins/audio/oss/Makefile

then go to the top qtquran-0.1 directory, and type
Code:
make
sudo make install