diff options
author | Laura Abbott <labbott@fedoraproject.org> | 2015-09-28 15:39:10 -0700 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2015-09-30 15:16:57 -0300 |
commit | 4cce76eb45140aededda03697eb596dea4e6b7fb (patch) | |
tree | 81bcaf146c78abce6eb844299d8964662243998f /README | |
parent | e414d087d90e0a6d77a12de5d4064bde5e6f116c (diff) | |
download | kmod-4cce76eb45140aededda03697eb596dea4e6b7fb.tar.gz kmod-4cce76eb45140aededda03697eb596dea4e6b7fb.tar.bz2 kmod-4cce76eb45140aededda03697eb596dea4e6b7fb.zip |
README: Indicate cython requirements
The recommended flags require cython be installed to compile
successfully. Note this in the documentation.
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |