home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxwin24d.zip / readme-2_4_0.txt < prev   
Text File  |  2003-01-18  |  7KB  |  205 lines

  1. wxWindows 2.4.0
  2. ---------------
  3.  
  4. Welcome to wxWindows 2, a sophisticated cross-platform C++
  5. framework for writing advanced GUI applications using (where
  6. possible) the native controls.
  7.  
  8. In addition to common and advanced GUI facilities such as
  9. frames, scrolling windows, toolbars, tree controls, icons,
  10. device contexts, printing, splitter windows and so on, there are
  11. wrappers for common file operations, and facilities for writing
  12. TCP/IP applications, thread handling, and more. Where certain
  13. features are not available on a platform, such as MDI and tree
  14. controls on Unix, they are emulated.
  15.  
  16. A detailed 1800-page reference manual is supplied in HTML, PDF
  17. and Windows Help form: see the docs hierarchy.
  18.  
  19. For a quick start, point your Web browser at docs/html/index.htm
  20. for a list of important documents and samples.
  21.  
  22. Changes in this release
  23. -----------------------
  24.  
  25. Please see changes.txt for details.
  26.  
  27. Platforms supported
  28. -------------------
  29.  
  30. wxWindows currently supports the following platforms:
  31.  
  32. - Windows 95/98/ME, Windows NT, Windows 2000, Windows XP
  33. - Most Unix variants with GTK+
  34. - Most Unix variants with X11
  35. - Most Unix variants with Motif/Lesstif
  36. - MacOS 9.x and 10.x
  37. - OS/2 (alpha)
  38.  
  39. Most popular C++ compilers are supported; see the install.txt
  40. file for each platform (available via docs/html/index.htm) for details.
  41. See also http://www.wxwindows.org/platform.htm.
  42.  
  43. Files
  44. -----
  45.  
  46. The distribution is available in archive formats appropriate to the
  47. target system. Documentation is available mainly in zip format.
  48. In the following, x.y.z represents the current version number.
  49.  
  50. wxWindows for GTK+ distribution
  51. -------------------------------
  52.  
  53. wxGTK-x.y.z.tar.gz                 wxGTK source distribution. You will
  54.                                    need the HTML, HTB and/or PDF documentation
  55.                                    (see below)
  56. wxGTK-demos-x.y.z.tar.gz           wxGTK demos source
  57. wxGTK-samples-x.y.z.tar.gz         wxGTK samples source
  58. wxGTK-x.y.z-0.src.rpm              wxGTK Linux source as an RPM, without manuals
  59. wxGTK-x.y.z-0.i386.rpm             wxGTK Linux binaries as an RPM, without manuals
  60. wxGTK-devel-x.y.z-0.i386.rpm       wxGTK Linux minimum development system as an RPM
  61. wxGTK-gl-x.y.z-0.i386.rpm          Add-on OpenGL binary as an RPM
  62.  
  63. wxWindows for X11 and Motif distribution
  64. ----------------------------------------
  65.  
  66. wxX11-x.y.z.tar.gz                 wxX11 and wxMotif source distribution, without
  67.                                    documentation.
  68.  
  69. wxWindows for MS Windows distribution
  70. -------------------------------------
  71.  
  72. setup.exe, setup-*.bin             Setup files in floppy-disk-sized chunks
  73. wxMSW-x.y.z-setup.zip              Zip archive containing the
  74.                                    setup files
  75. wxMSW-x.y.z.zip                    Zip archive containing all the files that are
  76.                                    in the setup distribution
  77.  
  78. As well as the core source, the wxMSW distribution contains:
  79.  
  80. - Windows HTML Help versions of the documentation (docs/htmlhelp);
  81. - a Dialog Editor binary;
  82. - a Tex2RTF binary;
  83. - Life! sample binary.
  84.  
  85. wxWindows for MacOS distribution
  86. --------------------------------
  87.  
  88. wxMac-x.y.z.zip                    Zip archive containing all
  89.                                    source files (excludes documentation)
  90. wxMac-x.y.z.tar.gz                 Gzipped tar archive containing all
  91.                                    source files (excludes documentation).
  92.                                    You might prefer this format if building on
  93.                                    MacOS X, since it preserves file permissions.
  94.  
  95. wxWindows for OS/2 distribution
  96. -------------------------------
  97.  
  98. wxOS2-x.y.z.zip                    Zip archive containing all source files
  99.                                    (excludes documentation)
  100.  
  101. Documentation files
  102. -------------------
  103.  
  104. wxWindows-x.y.z-WinHelp.zip        WinHelp documentation
  105. wxWindows-x.y.z-PDF.zip            Acrobat PDF documentation
  106. wxWindows-x.y.z-HTML.zip           HTML documentation
  107. wxWindows-x.y.z-HTMLHelp.zip       Windows HTML Help documentation
  108. wxWindows-x.y.z-HTB.zip            wxHTML documentation (for
  109.                                    use with the helpview utility)
  110.  
  111. Installation
  112. ------------
  113.  
  114. wxWindows 2 needs to be compiled before you can test out
  115. the samples or write your own applications.
  116. For installation information, please see the install.txt file
  117. in the individual directories:
  118.  
  119.   docs/msw
  120.   docs/gtk
  121.   docs/motif
  122.   docs/mac
  123.   docs/x11
  124.   docs/mgl
  125.   docs/os2
  126.  
  127. Licence information
  128. -------------------
  129.  
  130. For licensing information, please see the files:
  131.  
  132.   docs/preamble.txt
  133.   docs/licence.txt
  134.   docs/licendoc.txt
  135.   docs/gpl.txt
  136.   docs/lgpl.txt
  137.  
  138. Although this may seem complex, it is there to allow authors of
  139. proprietary/commercial applications to use wxWindows in
  140. addition to those writing GPL'ed applications. In summary,
  141. the licence is LGPL plus a clause allowing unrestricted
  142. distribution of application binaries. To answer a FAQ, you
  143. don't have to distribute any source if you wish to write
  144. commercial applications using wxWindows. 
  145.  
  146. However, if you distribute wxGTK or wxMotif (with Lesstif) version
  147. of your application, don't forget that it is linked against
  148. GTK+ (or Lesstif) which is covered by LGPL *without* exception
  149. notice. Under Linux systems your app is probably linked
  150. against LGPL glibc as well. Please read carefully LGPL, section 6.
  151. which describes conditions for distribution of closed source applications
  152. linked against LGPL library. Basically you should link dynamically and
  153. include source code of LGPL libraries with your product (unless it is
  154. already present in user's system - like glibc usually is).
  155. If compiled with --enable-odbc (Unix only), wxWindows library will 
  156. contain iODBC library which is covered by LGPL.
  157.  
  158. If you use TIFF image handler, please see src/tiff/COPYRIGHT
  159. for libtiff license details.
  160.  
  161. If you use JPEG image handler, documentation for your program should
  162. contain following sentence: "This software is based in part on the work of
  163. the Independent JPEG Group". See src/jpeg/README for details.
  164.  
  165. If you use wxRegEx class on a system without native regular expressions
  166. support (i.e. MS Windows), see src/regex/COPYRIGHT file for Henry Spencer's
  167. regular expression library copyright.
  168.  
  169. Documentation
  170. -------------
  171.  
  172. See docs/html/index.htm for an HTML index of the major documents.
  173.  
  174. See docs/changes.txt for a summary of changes to wxWindows 2.
  175.  
  176. See docs/tech for an archive of technical notes.
  177.  
  178. The wxWindows bug database can be browsed at:
  179.  
  180.   http://sourceforge.net/bugs/?group_id=9863
  181.  
  182. The Windows help files are located in docs/winhelp.
  183. The PDF help files are located in docs/pdf.
  184.  
  185. Further information
  186. -------------------
  187.  
  188. The wxWindows Web site is located at:
  189.  
  190.   http://www.wxwindows.org
  191.  
  192. The main wxWindows ftp site is at:
  193.  
  194.   ftp://biolpc22.york.ac.uk/pub
  195.  
  196. A wxWindows CD-ROM with the latest distribution plus an HTML
  197. front-end and hundreds of MB of compilers, utilities and other
  198. material may be ordered from the CD-ROM page: see the wxWindows
  199. web site.
  200.  
  201. Have fun!
  202.  
  203. The wxWindows Team, January 2003
  204.  
  205.