1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
<HTML>
<head><title>wxWindows requirements</title></head>
<BODY BGCOLOR=#FFFFFF>
<A NAME="requirements"></A><CENTER>
<A HREF="wx.htm"><img align=center src="contents.gif" BORDER=0 ALT="Contents"></A> <A HREF="wx2.htm#introduction"><img align=center src="up.gif" BORDER=0 ALT="Up"></A> <A HREF="wx5.htm#versionchanges"><img align=center src="back.gif" BORDER=0 ALT="Previous"></A> <A HREF="wx7.htm#topic3"><img align=center src="forward.gif" BORDER=0 ALT="Next"></A> </CENTER><HR>
<H2>wxWindows requirements</H2>
<P>
To make use of wxWindows, you currently need one or both of the
following setups.<P>
(a) PC:<P>
<OL>
<LI> A 486 or higher PC running MS Windows.
<LI> A Windows compiler: most are supported, but please see <TT>install.txt</TT> for
details. Supported compilers include Microsoft Visual C++ 4.0 or higher, Borland C++, Cygwin,
Metrowerks CodeWarrior.
<LI> At least 60 MB of disk space.
</OL>
<P>
(b) Unix:<P>
<OL>
<LI> Almost any C++ compiler, including GNU C++.
<LI> Almost any Unix workstation, and one of: GTK+ 1.0, Motif 1.2 or higher, Lesstif.
<LI> At least 60 MB of disk space.
</OL>
<P>
</BODY></HTML>
|