From: <pst...@us...> - 2013-01-10 04:24:00
|
Revision: 956 http://sourceforge.net/p/jazzplusplus/code/956 Author: pstieber Date: 2013-01-10 04:23:56 +0000 (Thu, 10 Jan 2013) Log Message: ----------- Fixed the svn URL and removed the debug option. Modified Paths: -------------- web/htdocs/buildingjazz/index.php Modified: web/htdocs/buildingjazz/index.php =================================================================== --- web/htdocs/buildingjazz/index.php 2013-01-10 04:19:43 UTC (rev 955) +++ web/htdocs/buildingjazz/index.php 2013-01-10 04:23:56 UTC (rev 956) @@ -83,7 +83,7 @@ You must have a Subversion client installed on your machine. <PRE> -svn checkout https://jazzplusplus.svn.sourceforge.net/svnroot/jazzplusplus/trunk/jazz jazz +svn checkout svn://svn.code.sf.net/p/jazzplusplus/code/trunk/jazz jazz </PRE> </LI> @@ -116,7 +116,6 @@ <PRE> ../jazz/configure \ --prefix=/usr/local/Jazz++ \ - --enable-debug \ --enable-alsa \ --enable-sequencer2 </PRE> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |