Compiling gyachi from source

I am on debian squeeze 64 bit right now and there is no package readily available for gyachi so install from source is the way to go.

First you have to install these dependencies

libgtkspell-dev
libglib2.0-dev
libgtk2.0-dev
libcurl4-openssl-dev
libpulse-dev
libasound2-dev
libnotify-dev
libmcrypt-dev
libgpgme11-dev
libjasper-devĀ  *
imagemagick *
libgtkhtml2-dev
libtool

The ones with * might be optional. There might be more and you can get some hints when something goes wrong during the install process.

Next up download the source files for gyachi. Extract and cd into the directory. As root run these commands

./autogen.sh
./configure –disable-rpath –enable-maintainer-mode –prefix /usr –disable-wine

(You may remove the –disable-wine if you are not on an amd64 platform.).

make

If there was still no compile error-

make install

Enjoy gyachi compiled from source!

Tags: , , , , ,

One Response to “Compiling gyachi from source”

  1. admin says:

    unfortunately., i wasn’t able to make my webcam work

Leave a Reply