summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorjvoisin2017-10-02 18:09:54 +0200
committerjvoisin2017-10-02 18:26:15 +0200
commit26d6809940b681ef14fc809a583fa7259074c01d (patch)
tree6fb5bc52ff9c9c67ec961c8e6f48e09b327f699b /doc/source
parent377cb2a15db578bc61f72c3f8d092599d7a44519 (diff)
Add a bla about compilation requirements (courtesy of @he2ss)
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/installation.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/installation.rst b/doc/source/installation.rst
index 383d0f0..fb68ccd 100644
--- a/doc/source/installation.rst
+++ b/doc/source/installation.rst
@@ -10,6 +10,11 @@ Depending on the system, we might already offer binary packages.
10You can check our :doc:`download`. In that case you only need to activate 10You can check our :doc:`download`. In that case you only need to activate
11the extension inside your ``php.ini`` and to configure it. 11the extension inside your ``php.ini`` and to configure it.
12 12
13Requirements
14^^^^^^^^^^^^
15
16The only dependency (at least on Debian) to compile Snuffleupagus is
17`php7.0-dev <https://packages.debian.org/search?keywords=php7.0-dev>`_ or onwards.
13 18
14Quickstart 19Quickstart
15^^^^^^^^^^ 20^^^^^^^^^^