From: <pst...@us...> - 2008-11-16 05:33:40
|
Revision: 634 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=634&view=rev Author: pstieber Date: 2008-11-16 05:33:37 +0000 (Sun, 16 Nov 2008) Log Message: ----------- Switched two items. Modified Paths: -------------- web/htdocs/buildingwx/index.php Modified: web/htdocs/buildingwx/index.php =================================================================== --- web/htdocs/buildingwx/index.php 2008-11-16 00:39:06 UTC (rev 633) +++ web/htdocs/buildingwx/index.php 2008-11-16 05:33:37 UTC (rev 634) @@ -277,17 +277,6 @@ </LI> <LI> -Install the release version of the wxWidgets build last to insure 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. - -<PRE> -wx-config --list -</PRE> -</LI> - -<LI> Make sure your <TT>PATH</TT> and <TT>LD_LIBRARY_PATH</TT> environment variables are set to find the non-stock wxWidgets binaries and libraries just created before building Tex2RTF and Jazz++. Adding the following lines in @@ -307,6 +296,18 @@ </PRE> </LI> + +<LI> +Install the release version of the wxWidgets build last to insure 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. + +<PRE> +wx-config --list +</PRE> +</LI> + </OL> <h3>Building wxWidgets for Mac OS X 10.5.2</h3> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |