Revision: 1692 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1692&view=re... Author: eht16 Date: 2010-10-30 14:04:49 +0000 (Sat, 30 Oct 2010)
Log Message: ----------- Properly indent commands (patch by Dominic Hopf, thanks).
Modified Paths: -------------- trunk/geany-plugins/addons/README
Modified: trunk/geany-plugins/addons/README =================================================================== --- trunk/geany-plugins/addons/README 2010-10-30 14:02:56 UTC (rev 1691) +++ trunk/geany-plugins/addons/README 2010-10-30 14:04:49 UTC (rev 1692) @@ -69,7 +69,7 @@
Get the code from:
- svn checkout http://geany-plugins.svn.sourceforge.net/svnroot/geany-plugins/trunk/geany-p... + svn checkout http://geany-plugins.svn.sourceforge.net/svnroot/geany-plugins/trunk/geany-p...
Requirements @@ -93,12 +93,12 @@ Installation ------------ Compiling and installing the code is done by the following three commands: -$ ./configure -$ make -$ make install + $ ./configure + $ make + $ make install
For more configuration details run -$ ./configure --help + $ ./configure --help
If there are any errors during compilation, check your build environment and try to find the error, otherwise contact one of the authors.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.