1 INSTALLING THE DOCKAPP :
5 1. CONFIGURE THE SOURCES :
7 $ ./configure [options]
9 use ./configure --help for more informations on options.
12 2. COMPILE THE SOURCES :
17 3. INSTALL THE PROGRAM :
21 or, if you want a system-wide installation
23 $ su -c "make install-strip"
26 4. INSTALL THE STYLE-FILES :
28 $ cp -r styles/ where/ever/you/want
32 $ su -c "cp -r styles/ where/ever/you/want"
35 5. THAT'S ALL FOLKS :)