]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
quickstart: Mention python-dev package for Python.h
authorBrian Warner <warner@lothar.com>
Mon, 15 Jun 2015 04:21:22 +0000 (21:21 -0700)
committerBrian Warner <warner@lothar.com>
Wed, 29 Jul 2015 00:47:09 +0000 (17:47 -0700)
Closes ticket:2328.

docs/quickstart.rst

index 4616b1eb11734680fdea897a31db531d0e67bdc9..28061435cf086d3f7654d513f5828730378427de 100644 (file)
@@ -61,6 +61,11 @@ On Windows, the ``build`` step might tell you to open a new Command Prompt
 (or, on XP and earlier, to log out and back in again). This is needed the
 first time you set up Tahoe-LAFS on a particular installation of Windows.
 
+If you see an error like ``fatal error: Python.h: No such file or directory``
+while compiling the dependencies, you need the Python development headers. If
+you are on a Debian or Ubuntu system, you can install them with ``sudo
+apt-get install python-dev``. On RedHat/Fedora, install ``python-devel``.
+
 Run "``bin/tahoe --version``" (on Windows, "``bin\tahoe --version``") to
 verify that the executable tool prints out the right version number after
 "``allmydata-tahoe:``".