wmcalc: Bump to version 0.7.
[dockapps.git] / fookb / INSTALL
blob886b876c36910a2740f8e61182bd2a33e7844aa5
1 How to compile and install fookb:
3 0. The best way
5 The best way is to install Debian Linux and use apt-get to install precompiled
6 version of fookb :)
8 1. Generating Makefile.
10 ./configure
12 You may use ``./configure --prefix some_dir'' if you wish to install fookb in
13 ``some_dir'' -- not in ``/usr/local''. Icons will be placed under
14 ``some_dir/share/fookb'', manual page under ``some_dir/man/man1'', fookb
15 itself under ``some_dir/bin''.
17 E.g.: ./configure --prefix /usr/local/stow/fookb
19 2. Compiling
21 make
23 If compilation was unsuccessful or you can get no satisfaction, read previous
24 section.
26 3. Installing
28 make install
30 4. Configuring fookb
32 Copy fookb.cf to ~/.fookb and edit this file according to your desire.
34 Instead of putting parameter in config file you may use the following command
35 line parameters:
37 --icon1 xpm_file_with_full_path
38 --icon2 the same
39 --icon3 the same
40 --icon4 the same
41 --iconboom the same
43 You may also use --display command line parameter.