Bladeren bron

docs: add a hint about the dev headers needed when installing from source

Thomas Waldmann 9 jaren geleden
bovenliggende
commit
5e5911dd49
1 gewijzigde bestanden met toevoegingen van 9 en 5 verwijderingen
  1. 9 5
      docs/installation.rst

+ 9 - 5
docs/installation.rst

@@ -98,15 +98,19 @@ Dependencies
 To install |project_name| from a source package (including pip), you have to install the
 To install |project_name| from a source package (including pip), you have to install the
 following dependencies first:
 following dependencies first:
 
 
-* `Python 3`_ >= 3.4.0. Even though Python 3 is not the default Python version on
-  most systems, it is usually available as an optional install.
-* OpenSSL_ >= 1.0.0
-* libacl_ (that pulls in libattr_ also)
-* liblz4_
+* `Python 3`_ >= 3.4.0, plus development headers. Even though Python 3 is not
+  the default Python version on most systems, it is usually available as an
+  optional install.
+* OpenSSL_ >= 1.0.0, plus development headers.
+* libacl_ (that pulls in libattr_ also), both plus development headers.
+* liblz4_, plus development headers.
 * some Python dependencies, pip will automatically install them for you
 * some Python dependencies, pip will automatically install them for you
 * optionally, the llfuse_ Python package is required if you wish to mount an
 * optionally, the llfuse_ Python package is required if you wish to mount an
   archive as a FUSE filesystem. See setup.py about the version requirements.
   archive as a FUSE filesystem. See setup.py about the version requirements.
 
 
+If you have troubles finding the right package names, have a look at the
+distribution specific sections below and also at the Vagrantfile in our repo.
+
 In the following, the steps needed to install the dependencies are listed for a
 In the following, the steps needed to install the dependencies are listed for a
 selection of platforms. If your distribution is not covered by these
 selection of platforms. If your distribution is not covered by these
 instructions, try to use your package manager to install the dependencies.  On
 instructions, try to use your package manager to install the dependencies.  On