]> git.saurik.com Git - wxWidgets.git/blame - docs/readme.txt
Made EVT_SLIDER event happen always; some doc and wxProperty updates
[wxWidgets.git] / docs / readme.txt
CommitLineData
41c09d48
JS
1wxWindows 2.0
2-------------
3
4Welcome to wxWindows 2.0, a sophisticated cross-platform C++
2dc5505e
JS
5framework for writing advanced GUI applications using (where
6possible) the native controls.
7
8In addition to common and advanced GUI facilities such as frames, scrolling
9windows, toolbars, tree controls, icons, device contexts,
10printing, splitter windows and so on, there are wrappers for common
11file operations and facilities for writing TCP/IP applications.
12Where certain features are not available on a platform, such as MDI and
13tree controls on Unix, they are emulated.
14
15A detailed 700-page reference manual is supplied in HTML, PDF and
16Windows Help form.
41c09d48
JS
17
18Platforms supported
c801d85f
KB
19-------------------
20
41c09d48
JS
21wxWindows 2.0 currently supports the following platforms:
22
23- Windows 3.1, Windows 95/98, Windows NT
24- Unix with Motif/Lesstif
25- Unix with GTK+
26
27Files
28-----
29
30Depending on what you downloaded, you may have one or more of
31these ports. You may unarchive any or all of the ports into
32the same directory hierarchy. The zip archive set comprises the
33following:
34
35wx200gen.zip Generic source code and samples (required)
36wx200msw.zip Windows-specific source code
37wx200mot.zip Motif-specific source code
38wx200gtk.zip GTK-specific source code
39wx200doc.zip Documentation source code (not required)
40wx200hlp.zip WinHelp documentation
41wx200pdf.zip Acrobat PDF documentation
42wx200htm.zip HTML documentation
43wx200vc.zip MS VC++ 5.0 project files
44wx200cw.zip Metrowerks CodeWarrior project files
c801d85f 45
41c09d48
JS
46Installation
47------------
48
49wxWindows 2.0 needs to be compiled before you can test out
50the samples or write your own applications.
51For installation information, please see the install.txt file
52in the individual directories:
38d24a39
JS
53
54 docs/msw
55 docs/gtk
56 docs/motif
c801d85f 57
2dc5505e 58Licence information
41c09d48
JS
59-------------------
60
61For licensing information, please see the files:
62
63 docs/preamble.txt
64 docs/licence.txt
65 docs/licendoc.txt
66 docs/gpl.txt
67 docs/lgpl.txt
68
2dc5505e
JS
69Although this may seem complex, it is there to allow authors of
70proprietary/commercial applications to use wxWindows in
71addition to those writing GPL'ed applications. In summary,
72the licence is L-GPL plus a clause allowing unrestricted
73distribution of application binaries. To answer a FAQ, you
74don't have to distribute any source if you wish to write
75commercial applications using wxWindows.
76
77Documentation
78-------------
79
80See docs/changes.txt for a history of changes to wxWindows 2.0.
81See docs/html/index.htm for an HTML index of the major documents.
82
83The Windows help files are located in docs/winhelp.
84The PDF help files are located in docs/pdf.
85
86Further information
87-------------------
88
89The wxWindows Web site is located at:
90
91 http://wxwin.home.ml.org
92
93The wxGTK Web site (with further wxGTK-specific fiels and
94information) is located at:
95
96 http://www.freiburg.linux.de/~wxxt
97
98The main wxWindows ftp site is at:
99
100 ftp://www.remstar.com/pub/wxwin
101
102A wxWindows CD-ROM with the latest distribution plus an HTML
103front-end and hundreds of MB of compilers, utilities and other
104material may be ordered from the CD-ROM page:
105
106 http://wxwin.home.ml.org/cdrom
107
108or contact Julian Smart <julian.smart@ukonline.co.uk>.
109
110Good luck!
111
112The wxWindows Team, January 1999
41c09d48 113