From da62f7c25b8a01a87a8e18b3a483c27927a9d1e3 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Tue, 3 May 2016 20:55:47 +0100 Subject: [PATCH] docs for new setup.py option --- docs/installation.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index 6f488b524..7d4f8735c 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -207,6 +207,10 @@ Build Options automated build systems that configure the proper paths in the environment variables (e.g. Buildroot). +* Build flag: ``--disable-osx-tcltk-framework``. Skips linking against + the OSX system TCL/TK frameworks for systems that have alternate + versions of the libraries installed. + * Build flag: ``--debug``. Adds a debugging flag to the include and library search process to dump all paths searched for and found to stdout.