From dd6de1adf1bef034bcc3e1152ed94757bdbdfae7 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Sun, 1 May 2016 11:03:44 +0100 Subject: [PATCH] Docs for disable-platform-guessing --- docs/installation.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 4b4d6d07e..6f488b524 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -202,7 +202,12 @@ Build Options the libraries are not found. Webpmux (WebP metadata) relies on WebP support. Tcl and Tk also must be used together. -* Build flags: ``--debug``. Adds a debugging flag to the include and +* Build flag: ``--disable-platform-guessing``. Skips all of the + platform dependent guessing of include and library directories for + automated build systems that configure the proper paths in the + environment variables (e.g. Buildroot). + +* Build flag: ``--debug``. Adds a debugging flag to the include and library search process to dump all paths searched for and found to stdout.