fookb: Add version 3.1 to repository.
[dockapps.git] / fookb / INSTALL
blob777ac29ff136718cf17039aae666f0f567fabbc3
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. Fine tuning.
21 [Read this section only if compilation process was unsuccessful]
23 configure tries automagically decide: do you wish to compile WindowMaker
24 dockable version of fookb and would you like use PropList-like configuration
25 file or X resources for configuring fookb (using libWUtil).
27 If you have libWUtil AND WINGs/WUtil.h we will try to compile
28 libWUtil-enabled version of fookb. If you want to compile libWUtil-free
29 version of fookb, run configure with --disable-libWUtil argument.
31 If you have wmaker in your $PATH, we will compile WindowMaker dockable verison
32 of fookb. Run configure with --disable-wmaker to disable this behaviour.
34 If you have no wmaker in your $PATH you still can compile WindowMaker dockable
35 version of fookb. Run configure with --enable-wmaker.
37 3. Compiling
39 make
41 If compilation was unsuccessful or you can get no satisfaction, read previous
42 section.
44 4. Installing
46 make install
48 5. Configuring fookb
50 IF YOU COMPILED libWUtil-version of fookb:
52 Copy fookb.cf to ~/GNUstep/Defaults/FOOkb (for Window Maker enabled) or to
53 ~/.fookb (for Window Maker disabled version) and edit this file according to
54 your desire.
56 IF YOU COMPILED non-libWUtil version of fookb:
58 You should put the following resources in your
59 /usr/X11R6/lib/X11/app-defaults/Fookb (or in other file which will be read by
60 xrdb -- such as ~/.Xresources):
62 fookb.icon1: xpm_file_with_full_path
63 fookb.icon2: the same
64 fookb.icon3: the same
65 fookb.icon4: the same
66 fookb.iconBoom: the same
67 fookb.sound: Yes/No
68 fookb.command: some_command (for playing sound)
70 BOTH WAYS:
72 Instead of putting parameter in config file you may use the following command
73 line parameters:
75 -icon1 xpm_file_with_full_path
76 -icon2 the same
77 -icon3 the same
78 -icon4 the same
79 -iconboom the same
81 You may also use -display command line parameter.