SF.net SVN: geany-plugins:[1562] www/staging/content/install.html

dmaphy at users.sourceforge.net dmaphy at xxxxx
Sun Sep 5 10:46:36 UTC 2010


Revision: 1562
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1562&view=rev
Author:   dmaphy
Date:     2010-09-05 10:46:36 +0000 (Sun, 05 Sep 2010)

Log Message:
-----------
website: improve the instructions for compiling geany-plugins

Modified Paths:
--------------
    www/staging/content/install.html

Modified: www/staging/content/install.html
===================================================================
--- www/staging/content/install.html	2010-09-04 22:26:06 UTC (rev 1561)
+++ www/staging/content/install.html	2010-09-05 10:46:36 UTC (rev 1562)
@@ -23,12 +23,12 @@
 
 <h3>Compile yourself</h3>
 <p>See the downloads page to get a tarball of Geany-Plugins and unpack it.
-(tar xzf tarball.tar.gz or tar xjf tarball.tar.bz2). Then use either waf
-(recommended) or autotools (deprecated), to compile and install it. Note you
-will need to have different compile tools (such as gcc) and libraries
-(e.g. CTPL for GeanyGenDoc) installed.</p>
+(tar xzf tarball.tar.gz or tar xjf tarball.tar.bz2). Then use either waf or
+autotools, to compile and install it. Note you will need to have different
+compile tools (such as gcc) and libraries (e.g. CTPL for GeanyGenDoc)
+installed.</p>
 
-<h4>waf (recommended)</h4>
+<h4>waf</h4>
 <p>Note that waf needs python to be installed, which is the case on most modern
 Linux distributions. In case you do not have python installed, you may want
 to read further with the autotools way below.<br />
@@ -37,13 +37,12 @@
 <p>You can get more detailed information about the possibilities with waf via</p>
 <code>./waf --help</code>
 
-<h4>autotools (deprecated)</h4>
+<h4>autotools</h4>
 <p>This is the way to build Geany-Plugins which you may better know, because
-it's more widely used. Anyway, the recommended way to compile Geany-Plugins
-is the previous mentioned way via waf. The possibility to use autotools to
-compile and install Geany-Plugins is provided for compatibility reasons, if
-you do not have installed python or there is any other reason which prevents
-you from using waf.<br />
+it's more widely used. The possibility to use autotools to compile and install
+Geany-Plugins is provided for compatibility reasons, if you do not have
+installed python or there is any other reason which prevents you from using waf
+<br />
 For compiling Geany-Plugins with autotools, do the following:
 </p>
 <code>./configure<br />make<br />make install</code>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list