Typo
[linux_from_scratch_hints.git] / OLD / windowmaker.txt
blob88edb941493d90becb972211c9a1ab78e18b4e7f
1 TITLE:          WindowMaker-0.80.0 (WM)
2 LFS VERSION:    3.1
3 AUTHOR:         Corbin Bates <dracolinux@softhome.net>
5 SYNOPSIS:
6         Here is how one can install WindowMaker-0.80.0 on your 
7         LFS system.
9 HINT:
10 Lets get a few items out of the way and make sure that you have 
11 all of the required packages and the ones you would like to 
12 include.
14 Requirements:
15 =============
16 - X11R6.x
17 - gcc suite
19 Symbolic link from /usr/include/X11 to /usr/X11R6/include/X11
21 Options:
22 ========
23 These options are not required but it will make WindowMaker more 
24 pleasurable to use. 
26 Note: use the versions listed or newer.
27 - libXPM        4.7
28         Available @ ftp://sunsite.unc.edu/pub/Linux/libs/X/
29 - libpng        0.96
30         Available @ http://cdrom.com/pub/png
31 - libtiff       3.4
32         Available @ ftp://ftp.sgi.com/graphics/tiff
33 - libjpeg       6.0.1
34         Available @ http://www.ijp.org
35 - libgif        2.2
36         Available @ ftp://prtr-13.ucsc.edu/pup/libungif
37 - libHermes     1.3.2
38         Available @ http://www.clanlib.org/hermes
39 - GNU xgettext
40         Available @ ftp://ftp.gnu.org
42 Building WindowMaker:
43 =====================
44 Now lets get started with the build of WindowMaker. You don't need
45 to be a rocket scientist to compile this program. It is strait 
46 forward. 
48 Here is the simple build:
50 ./configure
51 make
52 make install
53 ldconfig
55 =================================================================
56 Now lets add some options:
58 ./configure --prefix=/opt/wm \
59 --with-appspath=/opt/wm \
60 --enable-debug=no &&
61 make &&
62 make install
64 add /opt/wm/lib to the /etc/ld.so.conf file and run ldconfig
66 --prefix=/opt/wm  
68   Installs WM in its own directory. This also lets you remove
69   WindowMaker if you don't want it. If you don't like this 
70   location pick one of your suiting.
72 --with-appspath=/opt/wm 
74   Makes sure WPrefs.app installs in the right place
76 --enable-debug=no
78   This removes the debuging symbols
80 ==================================================================
82 One last thing before starting your newly installed Window 
83 Manager.
85 Logon as each of your users and switch to their home directory. 
86 Run the wmaker.inst program to install WindowMakers 
87 configurations.
89 Finally your finished. Type startx and  and you should be greeted
90 with WindowMaker's desktop.