diff --git a/DEPENDS.txt b/DEPENDS.txt
index 6c679f1e..151080ac 100644
--- a/DEPENDS.txt
+++ b/DEPENDS.txt
@@ -4,6 +4,22 @@ Build Requirements
* `Numpy >= 1.4 `_
* `Cython >= 0.13 `_
+Known build errors
+------------------
+
+If Cython compilation fails with the error ``cpython.pycapsule.pxd not
+found`` (for Cython 0.14), try to `install Cython 0.15
+`_ instead.
+
+On Windows, the error ``Error:unable to find vcvarsall.bat`` means that
+distutils is not correctly configured to use the C compiler. Edit (create
+if not existing) the configuration file ``distutils.cfg`` (located for
+example at ``C:\Python26\Lib\distutils\distutils.cfg``) to be::
+
+ [build]
+ compiler=mingw32
+
+
Usage Requirements
------------------
* `Scipy `_