summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaura Abbott <labbott@fedoraproject.org>2015-09-28 15:39:10 -0700
committerLucas De Marchi <lucas.demarchi@intel.com>2015-09-30 15:16:57 -0300
commit4cce76eb45140aededda03697eb596dea4e6b7fb (patch)
tree81bcaf146c78abce6eb844299d8964662243998f
parente414d087d90e0a6d77a12de5d4064bde5e6f116c (diff)
downloadkmod-4cce76eb45140aededda03697eb596dea4e6b7fb.tar.gz
README: Indicate cython requirements
The recommended flags require cython be installed to compile successfully. Note this in the documentation.
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index b977e1f..4933268 100644
--- a/README
+++ b/README
@@ -63,7 +63,8 @@ Hacking
=======
Run 'bootstrap' script before configure. If you want to accept the recommended
-flags, you just need to run 'bootstrap-configure'.
+flags, you just need to run 'bootstrap-configure'. Note that the recommended
+flags require cython be installed to compile successfully.
Make sure to read the CODING-STYLE file and the other READMEs: libkmod/README
and testsuite/README.