OSDN Git Service

change lxml version to use pypi latest in CentOS.
authorgn64_jp <gn64@rec10.org>
Tue, 23 Jul 2013 12:51:16 +0000 (21:51 +0900)
committergn64_jp <gn64@rec10.org>
Tue, 23 Jul 2013 12:51:16 +0000 (21:51 +0900)
install_Centos.sh
readme

index 246765a..887c921 100644 (file)
@@ -1,8 +1,9 @@
 #!/bin/bash
 echo "Libre10 installer for Centos."
-yum install jre GraphicsMagick poppler-utils libyaml libyaml-devel libxml2-devel libxslt-devel libxml2 libxslt
+yum install jre GraphicsMagick poppler-utils libyaml libyaml-devel libxml2-devel libxslt-devel libxml2 libxslt python-devel
 yum install python-setuptools
 easy_install pysolr
+easy_install lxml
 yum install PyYAML
 cpan CGI CGI::Carp DBI DBD::SQLite Data::Dumper::Concise YAML::XS URI::Escape HTML::Template::Pro WebService::Solr File::Slurp XML::Simple
 bash ./etc_process.sh
diff --git a/readme b/readme
index be14c34..0c12d6f 100644 (file)
--- a/readme
+++ b/readme
@@ -9,6 +9,8 @@
 pdfimages
 GraphicsMagick
 libyaml
+libxslt
+libxml2
 --perl-----------
 cpan(perl-CPAN)
 CGI
@@ -33,7 +35,7 @@ pyyaml
 
 ## Debianの場合、1-5はinstall_Debian.shを実行することで代替できます。
 1.外部ソフトのインストール
-Centos :       # yum install jre GraphicsMagick poppler-utils libyaml libyaml-devel
+Centos :       # yum install jre GraphicsMagick poppler-utils libyaml libyaml-devel libxml2 libxml2-devel libxslt libxslt-devel
 Debian :       # apt-get install jre graphicsmagick poppler-utils libyaml
 2.easy-installをインストール
 Centos :       # yum install python-setuptools
@@ -41,6 +43,7 @@ Debian        :       # apt-get install python-setuptools
 
 3.solrpy
 All            :       # easy_install solrpy
+All            :       # easy_install lxml
 
 4.pyyaml
 Centos :       # yum install PyYAML