-
Notifications
You must be signed in to change notification settings - Fork 15
/
README
121 lines (82 loc) · 4.11 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
README - Fast Light Tool Kit (FLTK) Version 2.0.0
-------------------------------------------------
WHAT IS FLTK?
The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a LGPL'd
C++ graphical user interface toolkit for X (UNIX(r)), OpenGL(r),
and Microsoft(r) Windows(r). It was originally developed by Mr. Bill
Spitzak and is currently maintained by a small group of developers
across the world with a central repository in the US.
LICENSING
FLTK comes with complete free source code. FLTK is (C)1998-2010 by
Bill Spitzak and others. Use and distribution of FLTK is governed
by the FLTK LIBRARY LICENSE (which is the GNU Library General
Public License with an exception added that allows you to
distribute statically-linked programs using the library without
providing source code to the program or the library). You can use
it in commercial and closed-source software!
ON-LINE DOCUMENTATION
All of the documentation is in HTML in the subdirectory
"documentation". The "index.html" file should be your starting
point. PostScript(tm) and PDF versions of this documentation is
also available from the FLTK web site at:
http://www.fltk.org/documentation.html
BUILDING AND INSTALLING FLTK
Specific directions for various systems are provided in separate
README files:
README.unix (linux as well)
README.windows (MicroSoft Visual C++)
README.bc5 (Borland C++)
README.cygwin (Cygwin/GCC on Windows)
README.os2
INTERNET RESOURCES
FLTK is available on the 'net in a bunch of locations:
- WWW: http://www.fltk.org
http://www.fltk.org/php [for reporting bugs]
- CVS: http://fltk.sourceforge.net
- FTP: ftp://ftp.fltk.org/pub/fltk
ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/ftp.easysw.com/pub/fltk/
- EMail: [email protected] [see instructions below]
To send a message to the FLTK mailing list ("[email protected]") you
must first join the list. Non-member submissions are blocked to
avoid problems with SPAM.
To join the FLTK mailing list, send a message to
"[email protected]" with "subscribe fltk" in the message body.
A digest of this list is available by subscribing to the
"fltk-digest" mailing list.
REPORTING BUGS
To report a bug in FLTK, use the form available at:
http://www.fltk.org/str.php
Please include the FLTK version, operating system & version, and
compiler that you are using when describing the bug or problem.
For general support and questions, please use the FLTK mailing
list at "[email protected]".
TRADEMARKS
Microsoft and Windows are registered trademarks of Microsoft
Corporation. UNIX is a registered trademark of the X/Open Group,
Inc. OpenGL is a registered trademark of Silicon Graphics, Inc.
COPYRIGHT
FLTK is copyright (C) 1998-2010 by the following individuals:
Bill Spitzak <[email protected]>
Craig P. Earls <[email protected]>
Curtis Edwards <[email protected]>
Gustavo Hime <[email protected]>
Robert Kesterson <[email protected]>
Matthias Melcher <[email protected]>
Vincent Penne <[email protected]>
Michael Sweet <[email protected]>
Carl Thompson <[email protected]>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
as published by the Free Software Foundation; either version 2 of
the License, or (at your option) any later version. You may also
release programs that use the unmodified FLTK library without any
restrictions according to the LGPL exceptions granted in the FLTK
LIBRARY LICENSE.
This library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA.