From e402660f83ef07f0bb5ba33f6c4464aa76b22db0 Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawar@users.noreply.github.com> Date: Mon, 20 Jun 2016 17:15:07 +0530 Subject: [PATCH] Update index.rst added notification about `libxml2-dev` --- docs/introduction/install/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/introduction/install/index.rst b/docs/introduction/install/index.rst index 02e0e7ac..430ed780 100644 --- a/docs/introduction/install/index.rst +++ b/docs/introduction/install/index.rst @@ -83,9 +83,9 @@ Next, you need to install required dependencies. - numpy .. note:: - `libsml` needs to be compiled with ``zlib`` and ``lxml`` support without - which, you might face link time errors. Following instructions are known to - work:: + `libsml` needs to be compiled with ``zlib`` and ``lxml`` (requires ``libxml2-dev`` or ``libxml2-devel``` + package) support without which, you might face link time errors. Following instructions are known to + work:: $ wget http://sourceforge.net/projects/sbml/files/libsbml/5.9.0/stable/libSBML-5.9.0-core-src.tar.gz $ tar -xzvf libSBML-5.9.0-core-src.tar.gz $ cd libsbml-5.9.0 -- GitLab