From: <pst...@us...> - 2008-12-08 05:37:27
|
Revision: 640 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=640&view=rev Author: pstieber Date: 2008-12-08 05:37:18 +0000 (Mon, 08 Dec 2008) Log Message: ----------- Applied a patch provided by Bonald B. Moore that adds tex2rtf to the instructions and makes a wording change. Modified Paths: -------------- web/htdocs/buildingjazz/index.php Modified: web/htdocs/buildingjazz/index.php =================================================================== --- web/htdocs/buildingjazz/index.php 2008-12-08 05:12:48 UTC (rev 639) +++ web/htdocs/buildingjazz/index.php 2008-12-08 05:37:18 UTC (rev 640) @@ -17,11 +17,14 @@ <H2>Building Jazz++</H2> <P> Jazz++ uses a non-stock build of the -<A NAME="wxWidgetsLink" HREF="http://www.wxwidgets.org">wxWidgets</A> library. +<A NAME="wxWidgetsLink" HREF="http://www.wxwidgets.org">wxWidgets</A> library, and +depends on the <a NAME="tex2rtfLink" HREF="/tex2rtf">tex2rtf</a> utility to build. See <A NAME="wxWidgetsLink" HREF="/buildingwx">the wxWidgets build instructions</A> -to create and install the non-stock wxWidgets build. This non-stock wxWidgets -build must be available before using the instructions on this page. +and <a NAME="tex2rtfLink" HREF="/buildingtex2rtf">the tex2rtf build instructions</a> +to create and install the non-stock wxWidgets build and tex2rtf utility. This non-stock +wxWidgets build and tex2rtf utility must be available before using the instructions +on this page. </P> <H3>Building Jazz++ for Windows</H3> @@ -77,7 +80,7 @@ <LI> Checkout the HEAD version of Jazz++ using the following command. -You must have a Subversion client loaded on your machine. +You must have a Subversion client installed on your machine. <PRE> svn checkout https://jazzplusplus.svn.sourceforge.net/svnroot/jazzplusplus/trunk/jazz jazz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |