r20049 - htdocs/trunk - Add link to linux build instructions for several distos

Geert Janssens gjanssens at code.gnucash.org
Mon Jan 10 09:17:24 EST 2011


Author: gjanssens
Date: 2011-01-10 09:17:24 -0500 (Mon, 10 Jan 2011)
New Revision: 20049
Trac: http://svn.gnucash.org/trac/changeset/20049

Modified:
   htdocs/trunk/download.phtml
Log:
Add link to linux build instructions for several distos

Modified: htdocs/trunk/download.phtml
===================================================================
--- htdocs/trunk/download.phtml	2011-01-09 21:22:59 UTC (rev 20048)
+++ htdocs/trunk/download.phtml	2011-01-10 14:17:24 UTC (rev 20049)
@@ -31,6 +31,7 @@
   <li><b>Redhat/Centos: </b><?php echo T_("Redhat and CentOS don't have GnuCash in their repositories by default. It can be installed however from the third-party Epel repository. For more details on configuring this additional software repository for your setup, see ");?><a href="http://fedoraproject.org/wiki/EPEL"><?php echo T_("Epel's wiki page");?></a></li>
   <li><b>Ubuntu: </b><?php echo T_("Ubuntu 9.10 users can install GnuCash through the Software Center (in the Applications menu). This will install GnuCash under the Office category in the Applications menu.")?></li>
 </ul>
+<p><?php echo T_("If your distro doesn't ship with GnuCash or you wish to install a different version than it ships with, you could try to build GnuCash directly from the sources. The GnuCash wiki has <a href='http://wiki.gnucash.org/wiki/GnuCash#Installation'>guidelines for several distributions</a>.")?></p>
 
 <h3><?php echo T_("Source code")?></h3>
 <ul>
@@ -38,6 +39,7 @@
   <li><a href="http://www.gnucash.org/pub/gnucash/sources/stable/<?php echo $latest_stable_source;?>"><?= T_("USA Mirror");?></a></li>
   <li><a href="http://ftp.at.gnucash.org/pub/gnucash/sources/stable/<?php echo $latest_stable_source;?>"><?= T_("European Mirror");?></a></li>
  </ul>
+<p><?php echo T_("For build instructions, check the GnuCash wiki which has <a href='http://wiki.gnucash.org/wiki/GnuCash#Installation'>guidelines for several distributions</a>.")?></p>
 
 <h2><?php printf (T_("Unstable/Development release (%s)"), $latest_unstable)?></h2>
 <p><?php echo T_("Unstable (development) releases are for testing purposes only. They contain the newest features and improvements, but may also contain serious bugs still. Don't install these releases for everyday use.")?></p>



More information about the gnucash-changes mailing list