Table of Contents
To be able to install kipinä from source, you must download the source package from the website and have the required libraries installed in your system.
You will need the following libraries:
libxml2
libxslt
GTK+
libglade
You must have the library headers installed too. If you're using some common linux distribution, you'll need to have development packages installed. For instance in Debian GNU/Linux those packages are called libglade0-dev, libgtk2.0-dev and so on.
Configure is a script that checks you have all necessary tools installed in your system. If configure script runs successfully you can build kipinä with make and then install kipinä with make install.
If you want to install kipinä to default path (/usr/local), you will need to run make install as root.
Procedure 2.1. Build kipinä with three commands:
./configure
make
make install