From 09653275256c96b52c0d19c37aefac47c6a5f08e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 6 Aug 2008 03:54:11 +0000 Subject: --- docs/narr/install.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'docs') diff --git a/docs/narr/install.rst b/docs/narr/install.rst index 7a970d437..480597e75 100644 --- a/docs/narr/install.rst +++ b/docs/narr/install.rst @@ -21,6 +21,18 @@ primarily under Python 2.4, so that version is recommended. :term:`setuptools` installed on within your Python system in order to run the ``easy_install`` command. +At the time of this writing, ``repoze.bfg`` will not install on +Windows systems unless you have development tools (e.g. *Visual C++*) +installed. + +.. note:: If you'd like to help produce and maintain a version of + :mod:`repoze.bfg` that works on Windows, we'd love to hear from + you. There's nothing intrinsic about :mod:`repoze.bfg` that would + prevent it from running on Windows, but none of the current + developers use the platform. Please contact us via the `repoze.dev + maillist `_ if you'd + like to try to tackle the job of compilation and maintenance. + It is advisable to install :mod:`repoze.bfg` into a :term:`virtualenv` in order to obtain isolation from any "system" packages you've got installed in your Python version (and likewise, to prevent @@ -33,6 +45,14 @@ command:: $ easy_install -i http://dist.repoze.org/lemonade/dev/simple repoze.bfg +.. note:: If you can't get :mod:`repoze.bfg` installed using + ``easy_install`` because ``lxml`` fails to compile on your system, + you can try the `repoze.bfg buildout at + `_. + This buildout builds known-compatible ``libxml2`` and ``libxslt`` + from source and causes ``lxml`` to link against these instead of + your system packages. + What Gets Installed ------------------- -- cgit v1.2.3