@@ -16,66 +16,28 @@ itself under ``some_dir/bin''.
16
16
17
17
E.g.: ./configure --prefix /usr/local/stow/fookb
18
18
19
- 2. Fine tuning.
20
-
21
- [Read this section only if compilation process was unsuccessful]
22
-
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).
26
-
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.
30
-
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.
33
-
34
- If you have no wmaker in your $PATH you still can compile WindowMaker dockable
35
- version of fookb. Run configure with --enable-wmaker.
36
-
37
- 3. Compiling
19
+ 2. Compiling
38
20
39
21
make
40
22
41
23
If compilation was unsuccessful or you can get no satisfaction, read previous
42
24
section.
43
25
44
- 4 . Installing
26
+ 3 . Installing
45
27
46
28
make install
47
29
48
- 5. Configuring fookb
49
-
50
- IF YOU COMPILED libWUtil-version of fookb:
51
-
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.
55
-
56
- IF YOU COMPILED non-libWUtil version of fookb:
57
-
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):
61
-
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)
30
+ 4. Configuring fookb
69
31
70
- BOTH WAYS:
32
+ Copy fookb.cf to ~/.fookb and edit this file according to your desire.
71
33
72
34
Instead of putting parameter in config file you may use the following command
73
35
line parameters:
74
36
75
- -icon1 xpm_file_with_full_path
76
- -icon2 the same
77
- -icon3 the same
78
- -icon4 the same
79
- -iconboom the same
37
+ -- icon1 xpm_file_with_full_path
38
+ -- icon2 the same
39
+ -- icon3 the same
40
+ -- icon4 the same
41
+ -- iconboom the same
80
42
81
- You may also use -display command line parameter.
43
+ You may also use -- display command line parameter.
0 commit comments