1 DockApp Development Standard Library
3 Alban G. Hertroys <dalroi@solfertje.student.utwente.nl>
4 Alfredo K. Kojima <kojima@windowmaker.org>
5 Pascal G. Hofstee <daeron@windowmaker.org>
7 ...............................................................................
9 You must have libXpm library installed and the shape extension supported
10 by your X server to be able to build and install libdockapp.
12 If you received this file in a tarball then you probably need to generate the
13 configuration environment yourself. You need libtool and autotools for this
15 To compile libDockApp enter the libdockapp directory and type:
21 You can choose to not install the examples or the fonts with configure
23 --with-font install the dockapp font (default=yes)
24 --with-examples install the examples (default=yes)
27 The API is described in dockapp.h
28 There are some examples in the examples directory. These aren't build by
30 You can compile them like:
35 Optionally you can "make install" if you really like the example application.
40 Copyright (c) 1999-2003 Alfredo K. Kojima, Pascal Hofstee, Alban G. Hertroys
43 Redistribution and use in source and binary forms, with or without
44 modification, are permitted provided that the following conditions
46 1. Redistributions of source code must retain the above copyright
47 notice, this list of conditions and the following disclaimer.
48 2. Redistributions in binary form must reproduce the above copyright
49 notice, this list of conditions and the following disclaimer in the
50 documentation and/or other materials provided with the distribution.
51 3. The name of the author may not be used to endorse or promote products
52 derived from this software without specific prior written permission.
54 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
55 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
56 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
57 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
58 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
59 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
60 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
61 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
62 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
63 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.