From: <pst...@us...> - 2008-05-13 14:42:04
|
Revision: 519 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=519&view=rev Author: pstieber Date: 2008-05-13 07:41:57 -0700 (Tue, 13 May 2008) Log Message: ----------- Applied a patch provided by Donald B. Moore. >From DM... Corrected all outstanding typos, spelling, and other grammatical issues in the building pages. Some wording has been slightly changed/rearranged to facilitate paragraph formatting. Modified Paths: -------------- web/htdocs/buildingjazz/index.php web/htdocs/buildingwx/index.php Modified: web/htdocs/buildingjazz/index.php =================================================================== --- web/htdocs/buildingjazz/index.php 2008-05-12 07:10:57 UTC (rev 518) +++ web/htdocs/buildingjazz/index.php 2008-05-13 14:41:57 UTC (rev 519) @@ -28,13 +28,13 @@ <P> There are Visual Studio .NET 2005 (VC8) and Visual Studio .NET 2008 (VC9) solution and project files available for building on a Windows based PC. These -solution and project files have been test on Windiws XP and Vista. +solution and project files have been tested on Windows XP and Vista. </P> <OL> <LI> Use a subversion client to check out the trunk version of Jazz++. <A NAME="TortoiseSVN" HREF="http://tortoisesvn`.tigris.org">TortoiseSVN</A> is -a good Subversion clint for Windows and is integrated with the Windows +a good Subversion client for Windows and is integrated with the Windows Explorer. </LI> @@ -73,7 +73,7 @@ sequence. The need for the source directory is obvious. Separating the build directory from the source tree will allow you to remove the build output without damaging the source tree. The installation directory will be created -during the build process, and its location will prevent the need for root +during the build process, and its location will remove the need for root privileges on your Linux box. </P> @@ -210,7 +210,7 @@ --enable-shared=no </PRE> -The <TT>prefix</TT> option was used so that the resulting install would not use +The <TT>prefix</TT> option is used so that the resulting install will not use the <TT>jazz.cfg</TT> file from the svn repository. The configuration file is modified by the Jazz++ binary. If the version in your svn working directory was altered, this could lead to update conflicts when updating the code. This Modified: web/htdocs/buildingwx/index.php =================================================================== --- web/htdocs/buildingwx/index.php 2008-05-12 07:10:57 UTC (rev 518) +++ web/htdocs/buildingwx/index.php 2008-05-13 14:41:57 UTC (rev 519) @@ -212,8 +212,8 @@ --with-gtk </PRE> -The <TT>prefix</TT> option was used so that the resulting wxWidgets build -would be installed in a non-standard location to prevent conflicts with OS +The <TT>prefix</TT> option is used so that the resulting wxWidgets build +will be installed in a non-standard location to prevent conflicts with OS installed versions. </LI> @@ -311,8 +311,8 @@ --with-mac </PRE> -The <TT>prefix</TT> option was used so that the resulting wxWidgets build -would be installed in a non-standard under the user's home directory to prevent +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. </LI> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |