wmshutdown: Destroy dialog window before shutting down. This is especially useful...
[dockapps.git] / wmswallow / INSTALL
blob81201162966b0bea4268bc4f0a03776da65343ec
1 INSTALLATION:
2 +++++++++++++
3         untar the sources by typing something along the lines of
5         zcat wmswallow.tar.Z|tar cvf -
6         cd wmswallow
7         make <platform>
9         where platform is currently one out of
10                 xfree, solaris, solaris-gcc
12         The xfree target works under linux and freebsd.
14         Linux is tested best, since i'm hacking this stuff under linux (at
15         home). I have access to several Solaris Workstations (some sparcs, and
16         2 pcs) whith quite different Installations which i regularly use, so
17         the solaris target will at least get some attention. Solaris users
18         please read README.solaris for some hints.
20         Other Unices might or might not get happy with the xfree target or
21         some or other... I really think using autoconf/automake for this small
22         app would be overkill. If you devise a proper patch for a different
23         Unix-flavour, i will include it, but i might not be able to test it.
24         (I have currently access to FreeBSD and AIX, in addition to my
25         "home-platforms")
27         After compilation put the binary somewhere you like (e.g. in /usr/local/bin)
28         and in case you want to delete the Sourcetree, you might want to copy the
29         README to /usr/doc/wmswallow
31         Now try
32                 wmswallow -h
33         to get a basic idea how it works.