|
From: <pst...@us...> - 2009-03-13 21:06:34
|
Revision: 718
http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=718&view=rev
Author: pstieber
Date: 2009-03-13 21:06:09 +0000 (Fri, 13 Mar 2009)
Log Message:
-----------
Fixed the wxMac build instructions.
Modified Paths:
--------------
web/htdocs/buildingwx/index.php
Modified: web/htdocs/buildingwx/index.php
===================================================================
--- web/htdocs/buildingwx/index.php 2009-02-19 15:06:48 UTC (rev 717)
+++ web/htdocs/buildingwx/index.php 2009-03-13 21:06:09 UTC (rev 718)
@@ -207,7 +207,7 @@
</PRE>
</LI>
-<LI>Create a directory under your home directory. I typically use
+<LI>Create a directory under your home directory. I typically use
<TT>OutsideSource</TT> and change directory to that location.
<PRE>
@@ -217,7 +217,7 @@
</PRE>
</LI>
-<LI> Checkout the 2.8 branch of wxWidgets using the following command.
+<LI> Checkout the 2.8 branch of wxWidgets using the following command.
You must have a Subversion client loaded on your machine.
<PRE>
@@ -226,8 +226,8 @@
</LI>
<LI> Create two directories called <TT>WxBuildRelease</TT> and
-<TT>WxBuildDebug</TT> in parallel with the <TT>wxWidgets-2.8</TT> directory and
-change directory to the <TT>WxBuildDebug</TT> directory.
+<TT>WxBuildDebug</TT> in parallel with the <TT>wxWidgets-2.8</TT> directory
+and change directory to the <TT>WxBuildDebug</TT> directory.
<PRE>
mkdir WxBuildRelease WxBuildDebug
@@ -235,7 +235,7 @@
</PRE>
</LI>
-<LI> Run the wxWidgets supplied <TT>configure</TT> command with the following
+<LI> Run the wxWidgets supplied <TT>configure</TT> command with the following
configure options.
<PRE>
@@ -276,8 +276,8 @@
</PRE>
</LI>
-<LI>Now repeat with in the <TT>WxBuildRelease</TT> directory with the following
-configure options and install the release version as root.
+<LI>Now repeat with in the <TT>WxBuildRelease</TT> directory with the
+following configure options and install the release version as root.
<PRE>
cd ../WxBuildRelease
@@ -302,8 +302,8 @@
<LI>
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.
+re-install the release version. You can run the following command to
+determine the default configuration.
<PRE>
wx-config --list
@@ -314,7 +314,7 @@
<h3>Building wxWidgets for Mac OS X 10.5.2</h3>
<OL>
-<LI>Create a directory under your home directory. I typically use
+<LI>Create a directory under your home directory. I typically use
<TT>OutsideSource</TT> and change directory to that location.
<PRE>
@@ -332,20 +332,20 @@
file under your <TT>OutsideSource</TT> directory.
</LI>
-<LI> Create a directory called <TT>WxBuild</TT> in parallel with the
+<LI> Create a directory called <TT>WxBuild-2.8.9</TT> in parallel with the
<TT>wxMac-2.8.9</TT> directory and change directory to that location.
<PRE>
-mkdir WxBuild
-cd WxBuild
+mkdir WxBuild-2.8.9
+cd WxBuild-2.8.9
</PRE>
</LI>
-<LI> Run the wxWidgets supplied <TT>configure</TT> command with the following
+<LI> Run the wxWidgets supplied <TT>configure</TT> command with the following
configure options.
<PRE>
-../wxWidgets-2.8/configure \
+../wxMac-2.8.9/configure \
--prefix=$HOME/wx289 \
--disable-no_exceptions \
--disable-no_rtti \
@@ -361,8 +361,8 @@
</PRE>
The <TT>prefix</TT> option is used so that the resulting wxWidgets build
-will be installed in a non-standard under the user's home directory to prevent
-conflicts with OS installed versions.
+will be installed in a non-standard under the user's home directory to
+prevent conflicts with OS installed versions.
</LI>
<LI> Run <TT>make</TT> using the following command. This will write a file
@@ -382,8 +382,8 @@
<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 Jazz++. Adding the following lines in
+variables are set to find the non-stock wxWidgets binaries and libraries
+just created before building Jazz++. Adding the following lines in
<TT>.bash_profile</TT> will do the trick.
<PRE>
@@ -392,8 +392,8 @@
</PRE>
After adding the above lines to your <TT>.bash_profile</TT>
-file, it is necessary to reload your bash environment to make these changes
-available. Use the following command to accomplish this.
+file, it is necessary to reload your bash environment to make these
+changes available. Use the following command to accomplish this.
<PRE>
source .bash_profile
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|