]> git.saurik.com Git - wxWidgets.git/blob - docs/readme.txt
2e6d4bad3518160f2fef4dfc01d21d090618c4f8
[wxWidgets.git] / docs / readme.txt
1 wxWindows 2.0
2 -------------
3
4 Welcome to wxWindows 2.0, a sophisticated cross-platform C++
5 framework for writing GUI applications.
6
7 Platforms supported
8 -------------------
9
10 wxWindows 2.0 currently supports the following platforms:
11
12 - Windows 3.1, Windows 95/98, Windows NT
13 - Unix with Motif/Lesstif
14 - Unix with GTK+
15
16 Files
17 -----
18
19 Depending on what you downloaded, you may have one or more of
20 these ports. You may unarchive any or all of the ports into
21 the same directory hierarchy. The zip archive set comprises the
22 following:
23
24 wx200gen.zip Generic source code and samples (required)
25 wx200msw.zip Windows-specific source code
26 wx200mot.zip Motif-specific source code
27 wx200gtk.zip GTK-specific source code
28 wx200doc.zip Documentation source code (not required)
29 wx200hlp.zip WinHelp documentation
30 wx200pdf.zip Acrobat PDF documentation
31 wx200htm.zip HTML documentation
32 wx200vc.zip MS VC++ 5.0 project files
33 wx200cw.zip Metrowerks CodeWarrior project files
34
35 Installation
36 ------------
37
38 wxWindows 2.0 needs to be compiled before you can test out
39 the samples or write your own applications.
40 For installation information, please see the install.txt file
41 in the individual directories:
42
43 docs/msw
44 docs/gtk
45 docs/motif
46
47 License information
48 -------------------
49
50 For licensing information, please see the files:
51
52 docs/preamble.txt
53 docs/licence.txt
54 docs/licendoc.txt
55 docs/gpl.txt
56 docs/lgpl.txt
57
58