[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[5573] trunk/INSTALL



Revision: 5573
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5573&view=rev
Author:   hasorli
Date:     2013-01-14 21:16:19 +0000 (Mon, 14 Jan 2013)
Log Message:
-----------
Start to update "Perl module dependencies" Debian / Fedora

Modified Paths:
--------------
    trunk/INSTALL

Modified: trunk/INSTALL
===================================================================
--- trunk/INSTALL	2013-01-14 15:59:44 UTC (rev 5572)
+++ trunk/INSTALL	2013-01-14 21:16:19 UTC (rev 5573)
@@ -53,7 +53,8 @@
 
  $ apt-get install apache2
 
-On Fedora systems the following command does the same:
+On Fedora and its derivatives (RedHat, Centos ++) the following command
+does the same:
 
  $ yum install httpd
 
@@ -68,7 +69,7 @@
 
  $ apt-get install postgresql-server postgresql-client postgresql-contrib
 
-On Fedora systems this command does the same:
+On Fedora and its derivatives this command does the same:
 
  $ yum install postgresql postgresql-server postgresql-contrib
 
@@ -200,7 +201,7 @@
 
 >>> Perl module dependencies for Debian
 
----- Actions for Debian Squeeze
+---- Actions for Debian Squeeze  (6.x stable)
 
 To install all the required packages which Squeeze supports, execute the
 following command:
@@ -211,12 +212,19 @@
    libtest-trap-perl liblog-log4perl-perl libmath-bigint-gmp-perl \
    libfile-mimeinfo-perl libtemplate-plugin-number-format-perl \
    libdatetime-format-strptime-perl libconfig-general-perl
+   (@@@ have to TEST for trunk / 1.4 @@@)
 
+Extra for trunk (1.4) (@@@Âtested @@@):
+  $ aptitude install libdatetime-format-strptime-perl \ 
+    libconfig-inifiles-perl libcontextual-return-perl
+
+
 This installs the modules available from the Squeeze repository.
 
 As far as the optional packages are concerned on Squeeze, the Excel and
 PDF/Postscript output options are not directly available. If you want
-these output options, you'll need to download them from CPAN.
+these output options, you'll need to download them from CPAN. 
+(@@@ TEST (Excel gone in 1.4) @@@)
 
 Please note that the PDF/Postscript module depends on the TeX/LaTeX
 package which *is* in the Squeeze package repository:
@@ -234,6 +242,18 @@
  $ aptitude install libxml-twig-perl
 
 
+(@@@ ADD info about xelatex @@@)
+http://ledgersmb.org/faq/localization/im-using-non-ascii-unicode-characters-why-cant-i-generate-pdf-output
+
+
+
+>>> Perl module dependencies for Fedora and its derivatives (RedHat, Centos ++)
+
+---- Actions for Fedora 
+Install rpm or look at dists/rpm/ledgersmb.spec for perl module dependencies
+(@@@ update for 1.4 @@@)
+
+
 Initializing a company database
 ===============================
 

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