From: Laura Abbott Date: Mon, 28 Sep 2015 22:39:10 +0000 (-0700) Subject: README: Indicate cython requirements X-Git-Tag: v22~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4cce76eb45140aededda03697eb596dea4e6b7fb;p=thirdparty%2Fkmod.git README: Indicate cython requirements The recommended flags require cython be installed to compile successfully. Note this in the documentation. --- 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.