From f27beb9a5010c1ae0833602864903c080a607836 Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawar@users.noreply.github.com> Date: Fri, 18 Nov 2016 10:38:49 +0530 Subject: [PATCH] Update index.rst Removed `libsbml-dev` requirement. Also `moosegui` is now `moose`. --- docs/introduction/install/index.rst | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/docs/introduction/install/index.rst b/docs/introduction/install/index.rst index 430ed780..b53e7927 100644 --- a/docs/introduction/install/index.rst +++ b/docs/introduction/install/index.rst @@ -78,21 +78,9 @@ Next, you need to install required dependencies. - cmake (version 2.8 or higher) - gsl-1.16 or higher `download <ftp://ftp.gnu.org/gnu/gsl/>`_. - libhdf5 development package. -- libsbml (5.9.0, optional). `download <https://sourceforge.net/projects/sbml/files/libsbml/5.9.0/stable/>`_ - python development package - numpy -.. note:: - `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 - $ ./configure --with-zlib --with-libxml - $ make - $ sudo make install - Most of the dependencies can be installed using package manager. On ``Debian/Ubuntu`` @@ -175,7 +163,7 @@ Now you can fire up the GUI .. note:: If you have installed ``moose`` using the package, then GUI is launched by running following commnad:: - $ moosegui + $ moose Building moogli --------------- -- GitLab