wmclock: Bump to version 1.0.15.
[dockapps.git] / libdockapp / README
blob877dd6ddf8ccae5715696bbdaa77c590a979d3a4
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 To compile libDockApp enter the libdockapp directory and type:
14 ./configure
15 make install
17 You can choose to not install the examples or the fonts with configure
18 options:
19   --with-font             install the dockapp font (default=yes)
20   --with-examples         install the examples (default=yes)
23 The API is described in dockapp.h
24 There are some examples in the examples directory. These aren't build by
25 default.
26 You can compile them like:
28     cd examples/basic
29     make
31 Optionally you can "make install" if you really like the example application.
34 License:
36 Copyright (c) 1999-2003 Alfredo K. Kojima, Pascal Hofstee, Alban G. Hertroys
37 All rights reserved.
39 Redistribution and use in source and binary forms, with or without
40 modification, are permitted provided that the following conditions
41 are met:
42 1. Redistributions of source code must retain the above copyright
43    notice, this list of conditions and the following disclaimer.
44 2. Redistributions in binary form must reproduce the above copyright
45    notice, this list of conditions and the following disclaimer in the
46    documentation and/or other materials provided with the distribution.
47 3. The name of the author may not be used to endorse or promote products
48    derived from this software without specific prior written permission.
50 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
51 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
52 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
53 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
54 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
55 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
56 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
57 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
58 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
59 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.