From: <pst...@us...> - 2013-01-10 04:19:47
|
Revision: 955 http://sourceforge.net/p/jazzplusplus/code/955 Author: pstieber Date: 2013-01-10 04:19:43 +0000 (Thu, 10 Jan 2013) Log Message: ----------- Updated the svn URL, autoreconf and make install instructions. Modified Paths: -------------- web/htdocs/buildingtex2rtf/index.php Modified: web/htdocs/buildingtex2rtf/index.php =================================================================== --- web/htdocs/buildingtex2rtf/index.php 2013-01-10 04:17:05 UTC (rev 954) +++ web/htdocs/buildingtex2rtf/index.php 2013-01-10 04:19:43 UTC (rev 955) @@ -41,7 +41,7 @@ You must have a Subversion client loaded on your machine. <PRE> -svn checkout https://jazzplusplus.svn.sourceforge.net/svnroot/jazzplusplus/tex2rtf tex2rtf +svn checkout svn://svn.code.sf.net/p/tex2rtf/code/trunk tex2rtf </PRE> </LI> @@ -51,7 +51,7 @@ <PRE> cd tex2rtf -autoreconf --verbose +autoreconf --install --verbose </PRE> </LI> @@ -90,9 +90,7 @@ If all goes well with the build, install tex2rtf using the following command. <PRE> -su -make install -exit +sudo make install </PRE> </LI> </OL> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |