The compilation and installation follow the standard scheme:
./configure configuration-args
./make
./make install # do this as root
The configure script should be able to figure all things out without
the need to specify any configuartion-args ,
but if you run into trouble or want to fine-tune Yehia,
you can use several flags to control the configuration process.
You might also want to use '--enable-static' if you need a static library
and '--enable-debug' for debugging symbols. See './configure --help'
for more options.
Here is an example:
tar -xzf yehia-0.5.1.tar.gz
cd yehia-0.5.1
./configure --with-gtk --enable-static
./make
./make install # do this as root
If you encounter any problems during install or have other questions,
please feel free to send me a
mail, or rather
use the mailing list.
|