|
From: <pst...@us...> - 2011-02-14 20:25:51
|
Revision: 828
http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=828&view=rev
Author: pstieber
Date: 2011-02-14 20:25:45 +0000 (Mon, 14 Feb 2011)
Log Message:
-----------
Updated to wxWidgets 2.8.11. This needs to be uploaded and tested.
Modified Paths:
--------------
web/htdocs/buildingwx/index.php
Modified: web/htdocs/buildingwx/index.php
===================================================================
--- web/htdocs/buildingwx/index.php 2011-02-10 14:17:40 UTC (rev 827)
+++ web/htdocs/buildingwx/index.php 2011-02-14 20:25:45 UTC (rev 828)
@@ -31,41 +31,41 @@
<H3>Building wxWidgets for Windows</H3>
<P>
I have used these instructions with Visual Studio .NET 2005 (VC8) and Visual
-Studio .NET 2008 (VC9). I used VC8 in the following text, but simply
-substitute the appropriate VC9 veriage to create a Visual Studio .NET 2008
+Studio .NET 2008 (VC9). I used VC9 in the following text, but simply
+substitute the appropriate VC8 veriage to create a Visual Studio .NET 2005
build. I have both builds living side-by-side on my hard drive.
</P>
<OL>
<LI>
Download
-<A NAME="wxMSW-2.8.10.zip-Download"
-HREF="http://prdownloads.sourceforge.net/wxwindows/wxMSW-2.8.10.zip">
-<TT>wxMSW-2.8.10.zip</TT></A> from the wxWidgets web site.
+<A NAME="wxMSW-2.8.11.zip-Download"
+HREF="http://prdownloads.sourceforge.net/wxwindows/wxMSW-2.8.11.zip">
+<TT>wxMSW-2.8.11.zip</TT></A> from the wxWidgets web site.
</LI>
<LI>
Extract the zip file to <TT>C:\ExternalPackages</TT>. Extracting creates a
-<TT>wxMSW-2.8.10</TT> directory directly under <TT>C:\ExternalPackages</TT>.
+<TT>wxMSW-2.8.11</TT> directory directly under <TT>C:\ExternalPackages</TT>.
</LI>
<LI>
Change the name of the top-level wxWidgets directory to
-<TT>wxMSW-2.8.10-VC8</TT> so other versions of wxWidgets can be built with
+<TT>wxMSW-2.8.11-VC9</TT> so other versions of wxWidgets can be built with
other compilers in parallel with this directory.
</LI>
<LI>
If you would like wxWidgets help files in compiled HTML format (*.chm),
-download <TT>wxWidgets-2.8.10-CHM.zip</TT> from the wxWidgets web site, and
-extract the zip file to <TT>C:\ExternalPackages\wxMSW-2.8.10-VC8</TT>. This
+download <TT>wxWidgets-2.8.11-CHM.zip</TT> from the wxWidgets web site, and
+extract the zip file to <TT>C:\ExternalPackages\wxMSW-2.8.11-VC9</TT>. This
installs the compiled HTML help files for wxWidgets and tex2rtf.
</LI>
<LI>
If you would like wxWidgets help files in HTML format, download
-<TT>wxWidgets-2.8.10-HTML.zip</TT> from the wxWidgets web site, and extract the
-zip file to <TT>C:\ExternalPackages\wxMSW-2.8.10-VC8</TT>. This installs the
+<TT>wxWidgets-2.8.11-HTML.zip</TT> from the wxWidgets web site, and extract the
+zip file to <TT>C:\ExternalPackages\wxMSW-2.8.11-VC9</TT>. This installs the
HTML help files for wxWidgets and tex2rtf.
</LI>
<LI>
Make the following changes to
-<TT>C:\ExternalPackages\wxMSW-2.8.10-VC8\include\wx\msw\setup.h</TT>:
+<TT>C:\ExternalPackages\wxMSW-2.8.11-VC9\include\wx\msw\setup.h</TT>:
<P>
@@ -119,7 +119,7 @@
for other projects.
</LI>
<LI>
-Edit <TT>C:\ExternalPackages\wxMSW-2.8.10-VC8\include\wx\msw\wx.rc</TT> and
+Edit <TT>C:\ExternalPackages\wxMSW-2.8.11-VC9\include\wx\msw\wx.rc</TT> and
comment out the following line.
<PRE>
@@ -136,7 +136,7 @@
are installed and ready to run.
</LI>
<LI>
-Change directory to <TT>C:\ExternalPackages\wxMSW-2.8.10-VC8\build\msw</TT>.
+Change directory to <TT>C:\ExternalPackages\wxMSW-2.8.11-VC9\build\msw</TT>.
</LI>
<LI>
Build the debug static version of the wxWidgets libraries by typing:
@@ -155,11 +155,11 @@
</LI>
<LI>To conserve disk space, remove the build directories (<TT>vc_msw</TT> and
-<TT>vc_mswd</TT>) under <TT>c:\ExternalPackages\wxMSW-2.8.10-VC8\build\msw</TT>.
+<TT>vc_mswd</TT>) under <TT>c:\ExternalPackages\wxMSW-2.8.11-VC9\build\msw</TT>.
</LI>
<LI>
Change directory to
-<TT>C:\ExternalPackages\wxMSW-2.8.10-VC8\utils\tex2rtf\src</TT>.
+<TT>C:\ExternalPackages\wxMSW-2.8.11-VC9\utils\tex2rtf\src</TT>.
</LI>
<LI>
Build the release static version of tex2rtf by typing:
@@ -170,16 +170,16 @@
</LI>
<LI>
Create a directory for the tex2rtf binaries under the wxWidgets
-distribution (<TT>c:\ExternalPackages\wxMSW-2.8.10-VC8\bin</TT>).
+distribution (<TT>c:\ExternalPackages\wxMSW-2.8.11-VC9\bin</TT>).
</LI>
<LI>
Move the tex2rtf binaries from
-<TT>c:\ExternalPackages\wxMSW-2.8.10-VC8\utils\tex2rtf\src\vc_msw</TT> to
-<TT>c:\ExternalPackages\wxMSW-2.8.10-VC8\bin</TT>.
+<TT>c:\ExternalPackages\wxMSW-2.8.11-VC9\utils\tex2rtf\src\vc_msw</TT> to
+<TT>c:\ExternalPackages\wxMSW-2.8.11-VC9\bin</TT>.
</LI>
<LI>
To conserve disk space, remove the build directory (vc_msw) under
-<TT>c:\ExternalPackages\wxMSW-2.8.10-VC8\utils\tex2rtf\src</TT>.
+<TT>c:\ExternalPackages\wxMSW-2.8.11-VC9\utils\tex2rtf\src</TT>.
</LI>
</OL>
@@ -194,8 +194,8 @@
trick.
<PRE>
-export PATH=/usr/local/wx-2.8.10/bin:$PATH
-export LD_LIBRARY_PATH=/usr/local/wx-2.8.10/lib:$LD_LIBRARY_PATH
+export PATH=/usr/local/wx-2.8.11/bin:$PATH
+export LD_LIBRARY_PATH=/usr/local/wx-2.8.11/lib:$LD_LIBRARY_PATH
</PRE>
After adding the above lines to your <TT>.bash_profile</TT>
@@ -240,7 +240,7 @@
<PRE>
../wxWidgets-2.8/configure \
- --prefix=/usr/local/wx-2.8.10 \
+ --prefix=/usr/local/wx-2.8.11 \
--disable-no_exceptions \
--disable-no_rtti \
--disable-compat26 \
@@ -282,7 +282,7 @@
<PRE>
cd ../WxBuildRelease
../wxWidgets-2.8/configure \
- --prefix=/usr/local/wx-2.8.10 \
+ --prefix=/usr/local/wx-2.8.11 \
--disable-no_exceptions \
--disable-no_rtti \
--disable-compat26 \
@@ -326,18 +326,18 @@
<LI>
Download
-<A NAME="wxMac-2.8.10.tar.gz"
-HREF="http://prdownloads.sourceforge.net/wxwindows/wxMac-2.8.10.tar.gz">
-<TT>wxMac-2.8.10.tar.gz</TT></A> from the wxWidgets web site and extract this
+<A NAME="wxMac-2.8.11.tar.gz"
+HREF="http://prdownloads.sourceforge.net/wxwindows/wxMac-2.8.11.tar.gz">
+<TT>wxMac-2.8.11.tar.gz</TT></A> from the wxWidgets web site and extract this
file under your <TT>OutsideSource</TT> directory.
</LI>
-<LI> Create a directory called <TT>WxBuild-2.8.10</TT> in parallel with the
-<TT>wxMac-2.8.10</TT> directory and change directory to that location.
+<LI> Create a directory called <TT>WxBuild-2.8.11</TT> in parallel with the
+<TT>wxMac-2.8.11</TT> directory and change directory to that location.
<PRE>
-mkdir WxBuild-2.8.10
-cd WxBuild-2.8.10
+mkdir WxBuild-2.8.11
+cd WxBuild-2.8.11
</PRE>
</LI>
@@ -345,8 +345,8 @@
configure options.
<PRE>
-../wxMac-2.8.10/configure \
- --prefix=$HOME/wx-2.8.10 \
+../wxMac-2.8.11/configure \
+ --prefix=$HOME/wx-2.8.11 \
--disable-no_exceptions \
--disable-no_rtti \
--disable-compat26 \
@@ -387,8 +387,8 @@
<TT>.bash_profile</TT> will do the trick.
<PRE>
-export PATH=/usr/local/wx-2.8.10/bin:$PATH
-export LD_LIBRARY_PATH=/usr/local/wx-2.8.10/lib:$LD_LIBRARY_PATH
+export PATH=/usr/local/wx-2.8.11/bin:$PATH
+export LD_LIBRARY_PATH=/usr/local/wx-2.8.11/lib:$LD_LIBRARY_PATH
</PRE>
After adding the above lines to your <TT>.bash_profile</TT>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|