summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2013-12-19 10:05:28 +0100
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2013-12-19 10:10:22 +0100
commitddc10efa2c271c3fcc71bc94f9f1a5655f87c04a (patch)
tree553af388f709959c35c5ec220355850d51dd4564 /INSTALL
parenteaf4069c9bf2add9ca248fdb60e23b75d505cddd (diff)
downloadlasso-ddc10efa2c271c3fcc71bc94f9f1a5655f87c04a.tar.gz
lasso-ddc10efa2c271c3fcc71bc94f9f1a5655f87c04a.tar.xz
lasso-ddc10efa2c271c3fcc71bc94f9f1a5655f87c04a.zip
INSTALL: add paragraph about build dependencies
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL20
1 files changed, 19 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 438db6da..551164de 100644
--- a/INSTALL
+++ b/INSTALL
@@ -7,6 +7,25 @@ checking. It is developed and built locally on GNU/Linux (Debian) both
on x86 and PowerPC processors, but is also compiled via Debian
infrastructure on several other architectures.
+Installing build dependencies
+=============================
+
+If you are building from git you need to install the autotools on your distribution.
+
+Buid dependencies are:
+
+ - libxml2
+ - libxslt
+ - libxmlsec
+ - python development files
+ - php5 development files
+ - jdk
+
+In all cases you need to install development packages for dependencies. On Debian 7.0 Wheezy:
+
+ aptitude install libxml2-dev libxslt1-dev libxmlsec1-dev libxmlsec1-openssl \
+ libglib2.0-dev python-all-dev fastjar php5-dev python-lxml
+
Basic Installation
==================
@@ -230,4 +249,3 @@ Operation Controls
script, and exit.
'configure' also accepts some other, not widely useful, options.
-