wxBase installation/comoilation docs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-08-12 13:32:00 +00:00
parent d19729d528
commit 4324fb1968
5 changed files with 100 additions and 2 deletions

View File

@@ -34,6 +34,9 @@ wxWindows 2 currently supports the following platforms:
- Mac (not covered here: please see the wxWindows web site
for details)
Additionally, the wxBase library containing only the non GUI classes can be
built under Unix/Win32 and (with some limitation) BeOS.
Most popular C++ compilers are supported; see the install.txt
file for each platform (available via docs/html/index.htm) for details.
See also http://www.lpthe.jussieu.fr/~zeitlin/wxWindows/platform.html.
@@ -45,7 +48,21 @@ The distribution is available in archive formats appropriate to the
target system. Documentation is available mainly in zip format.
Some add-on libraries (such as the Object Graphics Library) are
available in zip form only. In the following, x.y.z represents
the current version number.
the current version number (for example, 2.2.1).
wxBase (wxWindows without GUI) distribution
-------------------------------------------
wxBase-x.y.z.tgz wxBase source distribution (the same files
wxBase-x.y.z.zip but compressed using different formats)
wxBase-x.y.z-0.i386.rpm wxBase Linux binaries as an RPM
wxBase-x.y.z-0.src.rpm source for the i386 RPM above
wxBase-devel-x.y.z-0.i386.rpm wxBase headers (requires wxBase.rpm)
wxBase doesn't include the documentation as you are likely to already have it
from either wxGTK or wxMSW distributions. If you don't, please download the
manual separately.
wxWindows for GTK distribution
------------------------------
@@ -126,6 +143,7 @@ the samples or write your own applications.
For installation information, please see the install.txt file
in the individual directories:
docs/base
docs/msw
docs/gtk
docs/motif