From: <pst...@us...> - 2008-12-08 05:12:51
|
Revision: 639 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=639&view=rev Author: pstieber Date: 2008-12-08 05:12:48 +0000 (Mon, 08 Dec 2008) Log Message: ----------- Applied a patch provided by Donald B. Moore that indicates the build has been tested on Debian 4.0. Modified Paths: -------------- web/htdocs/buildingwx/index.php Modified: web/htdocs/buildingwx/index.php =================================================================== --- web/htdocs/buildingwx/index.php 2008-12-08 04:59:51 UTC (rev 638) +++ web/htdocs/buildingwx/index.php 2008-12-08 05:12:48 UTC (rev 639) @@ -23,8 +23,9 @@ version of wxWidgets was compiled for Windows, Linux, and the Mac. The Windows build was generated using Visual Studio. Either Visual Studio .NET 2005 or Visual Studio .NET 2008 can be used on Windows. The Linux install was tested -using Fedora 9 using GCC 4.3.0 and Mandriva 2008.0 using GCC 4.2.2. The Mac -build was tested using Mac OS X 10.5.2 and GCC 4.0.1. +using Fedora 9 using GCC 4.3.0, Mandriva 2008.0 using GCC 4.2.2, and Debian 4.0 +(i386 & amd64) using gcc-4.1.2. The Mac build was tested using Mac OS X 10.5.2 +and GCC 4.0.1. </P> <H3>Building wxWidgets for Windows</H3> @@ -299,7 +300,7 @@ </LI> <LI> -Install the release version of the wxWidgets build last to insure this version +Install the release version of the wxWidgets build last to ensure this version is the default configuration. If you installed the debug version last, simply re-install the release version. You can run the following command to determine the default configuration. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |