[Pikloops-svn] SF.net SVN: pikloops: [182] web/trunk/contribute.php
Brought to you by:
dionysos-sf
From: <dio...@us...> - 2007-10-18 15:08:16
|
Revision: 182 http://pikloops.svn.sourceforge.net/pikloops/?rev=182&view=rev Author: dionysos-sf Date: 2007-10-18 08:08:18 -0700 (Thu, 18 Oct 2007) Log Message: ----------- Add info on how to build ./configure. Modified Paths: -------------- web/trunk/contribute.php Modified: web/trunk/contribute.php =================================================================== --- web/trunk/contribute.php 2007-10-18 15:00:19 UTC (rev 181) +++ web/trunk/contribute.php 2007-10-18 15:08:18 UTC (rev 182) @@ -28,6 +28,7 @@ $CONTRIBUTE_MESSAGE_05=_("You can of course contact me at <a href=\"mailto:dionysos-sf AT users DOT sourceforge DOT net\" >dionysos AT users DOT sourceforge DOT net</a>."); $CONTRIBUTE_MESSAGE_06=_("If you want to know where is currently the development, just get the svn repository:"); $CONTRIBUTE_MESSAGE_07=_("This will create the 'pikloops/prog/trunk' directory in the current directory."); + $CONTRIBUTE_MESSAGE_070=_("To be able to compile the program, you have to build the './configure' script with the following command:"); $CONTRIBUTE_MESSAGE_08=_("Developers who have a SourceForget.net username and a write access on the PikLoops SVN have to use the following command to be able to commit their future changes:"); $CONTRIBUTE_MESSAGE_09=_("You can also browse through the <a href=\"http://pikloops.svn.sourceforge.net/viewvc/pikloops/prog/trunk/\" >repository</a>."); @@ -69,6 +70,8 @@ <p><?php echo $CONTRIBUTE_MESSAGE_06 ?></p> <p class="full_cli">svn co https://pikloops.svn.sourceforge.net/svnroot/pikloops/prog pikloops/prog/trunk</p> <p><?php echo $CONTRIBUTE_MESSAGE_07 ?></p> + <p><?php echo $CONTRIBUTE_MESSAGE_070 ?></p> + <p class="full_cli">make -f Makefile.dist</p> <p><?php echo $CONTRIBUTE_MESSAGE_08 ?></p> <p class="full_cli">svn co svn+ssh://use...@pi.../svnroot/pikloops/prog/trunk pikloops/prog/trunk</p> <p><?php echo $CONTRIBUTE_MESSAGE_09 ?></p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |