Wiki
Clone wikiimsettings / Home
Information
Please visit http://tagoh.bitbucket.org/imsettings/ for more details.
How to get the source code from git repository
$ git clone git@bitbucket.org:tagoh/imsettings.git
How to build from the source
Once the source code has checked out from the repository, you just need to run autogen.sh with the certain parameters as needed and run make. make install would helps to install the files into your system:
% ./autogen.sh --prefix=/usr --sysconfdir=/etc % make % make install
Updated