]> git.saurik.com Git - wxWidgets.git/blame - docs/readme.txt
directory for message catalogs
[wxWidgets.git] / docs / readme.txt
CommitLineData
33b64e6f 1wxWindows 2 beta 5
8870c26e 2------------------
41c09d48 3
8870c26e 4Welcome to wxWindows 2, 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 17
7921cf2b
JS
18For a quick start, point your Web browser at docs/html/index.htm for a list of
19important documents and samples.
20
41c09d48 21Platforms supported
c801d85f
KB
22-------------------
23
8870c26e 24wxWindows 2 currently supports the following platforms:
41c09d48
JS
25
26- Windows 3.1, Windows 95/98, Windows NT
8870c26e
JS
27- Most Unix variants with Motif/Lesstif
28- Most Unix variants with GTK+
29
30Most popular C++ compilers are supported; see the release notes
31(available via docs/html/index.htm) for details.
41c09d48
JS
32
33Files
34-----
35
36Depending on what you downloaded, you may have one or more of
37these ports. You may unarchive any or all of the ports into
38the same directory hierarchy. The zip archive set comprises the
39following:
40
41wx200gen.zip Generic source code and samples (required)
42wx200msw.zip Windows-specific source code
43wx200mot.zip Motif-specific source code
44wx200gtk.zip GTK-specific source code
45wx200doc.zip Documentation source code (not required)
46wx200hlp.zip WinHelp documentation
47wx200pdf.zip Acrobat PDF documentation
48wx200htm.zip HTML documentation
33b64e6f
JS
49wx200vc.zip MS VC++ 5/6 project files
50wx200bc.zip Borland C++ 5 project files
51wx200cw.zip Metrowerks CodeWarrior 4.1 project files
c801d85f 52
41c09d48
JS
53Installation
54------------
55
8870c26e 56wxWindows 2 needs to be compiled before you can test out
41c09d48
JS
57the samples or write your own applications.
58For installation information, please see the install.txt file
59in the individual directories:
38d24a39
JS
60
61 docs/msw
62 docs/gtk
63 docs/motif
c801d85f 64
2dc5505e 65Licence information
41c09d48
JS
66-------------------
67
68For licensing information, please see the files:
69
70 docs/preamble.txt
71 docs/licence.txt
72 docs/licendoc.txt
73 docs/gpl.txt
74 docs/lgpl.txt
75
2dc5505e
JS
76Although this may seem complex, it is there to allow authors of
77proprietary/commercial applications to use wxWindows in
78addition to those writing GPL'ed applications. In summary,
79the licence is L-GPL plus a clause allowing unrestricted
80distribution of application binaries. To answer a FAQ, you
81don't have to distribute any source if you wish to write
82commercial applications using wxWindows.
83
84Documentation
85-------------
86
8870c26e 87See docs/changes.txt for a history of changes to wxWindows 2.
2dc5505e
JS
88See docs/html/index.htm for an HTML index of the major documents.
89
90The Windows help files are located in docs/winhelp.
91The PDF help files are located in docs/pdf.
92
93Further information
94-------------------
95
96The wxWindows Web site is located at:
97
8870c26e 98 http://www.wxwindows.org
2dc5505e 99
cba2db0c 100The wxGTK Web site (with further wxGTK-specific files and
2dc5505e
JS
101information) is located at:
102
103 http://www.freiburg.linux.de/~wxxt
104
105The main wxWindows ftp site is at:
106
107 ftp://www.remstar.com/pub/wxwin
108
109A wxWindows CD-ROM with the latest distribution plus an HTML
110front-end and hundreds of MB of compilers, utilities and other
111material may be ordered from the CD-ROM page:
112
8870c26e 113 http://www.wxwindows.org/cdrom.htm
2dc5505e
JS
114
115or contact Julian Smart <julian.smart@ukonline.co.uk>.
116
117Good luck!
118
cba2db0c 119The wxWindows Team, February 1999
41c09d48 120