libseccomp: add command explanation for python bindings

This commit is contained in:
Pierre Labastie 2022-03-05 13:42:38 +01:00
parent 492cca2c43
commit 4e142ae8c9

View File

@ -81,7 +81,7 @@
<para role="optional">
<xref linkend="which"/> (needed for tests),
<xref linkend="valgrind"/>,
<ulink url="http://cython.org/">Cython</ulink>, and
<ulink url="http://cython.org/">Cython</ulink> (for python bindings), and
<ulink url="http://ltp.sourceforge.net/coverage/lcov.php">LCOV</ulink>
</para>
@ -118,6 +118,11 @@ make</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/static-libraries.xml"/>
<para>
<option>--enable-python</option>: this switch is needed to build
python bindings if <ulink url="http://cython.org/">Cython</ulink>
is installed.
</para>
</sect2>
<sect2 role="content">