From 4cce76eb45140aededda03697eb596dea4e6b7fb Mon Sep 17 00:00:00 2001 From: Laura Abbott Date: Mon, 28 Sep 2015 15:39:10 -0700 Subject: [PATCH] README: Indicate cython requirements The recommended flags require cython be installed to compile successfully. Note this in the documentation. --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index b977e1fa..4933268f 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. -- 2.47.3