X-Git-Url: https://git.rkrishnan.org/?a=blobdiff_plain;f=docs%2Fquickstart.rst;h=d7161123b079d98c6b9a6cd18d6ad09cbd5ff1a5;hb=befa4babea7f92609654207c164b6d07f3baf92b;hp=4616b1eb11734680fdea897a31db531d0e67bdc9;hpb=5887029b17eb545c8ddecf337939163a6ce2d30c;p=tahoe-lafs%2Ftahoe-lafs.git diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 4616b1eb..d7161123 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -44,9 +44,9 @@ directory). Get Tahoe-LAFS -------------- -Download the latest stable release, `Tahoe-LAFS v1.10.1`_. +Download the latest stable release, `Tahoe-LAFS v1.10.2`_. -.. _Tahoe-LAFS v1.10.1: https://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.10.1.zip +.. _Tahoe-LAFS v1.10.2: https://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.10.2.zip Set Up Tahoe-LAFS ----------------- @@ -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:``".