diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-01-01 15:49:06 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-01-01 15:49:06 -0500 |
commit | 3e5068c18631afdc3c6a50a82f6e3499ac9bf3ed (patch) | |
tree | 4843a76035ea83d893ac08c5e9f9c988337f1d84 /docs | |
parent | 86610b059463472e01c0001b83ed052a3edca2e0 (diff) | |
download | glib-3e5068c18631afdc3c6a50a82f6e3499ac9bf3ed.tar.gz |
Add a --with-python option
The effect is the same as specifying PYTHON=python3, but a
configure option works better in jhbuild.
https://bugzilla.gnome.org/show_bug.cgi?id=684103
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/glib/building.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/reference/glib/building.xml b/docs/reference/glib/building.xml index a01a60586..9a8f6e33a 100644 --- a/docs/reference/glib/building.xml +++ b/docs/reference/glib/building.xml @@ -533,6 +533,14 @@ </para> </formalpara> + <formalpara> + <title><systemitem>--with-python</systemitem></title> + + <para> + Allows specifying the Python interpreter to use, either as an absolute path, + or as a program name. GLib can be built with Python 2 (at least version 2.5) + or Python 3. + </para> </refsect1> </refentry> |