From: Guido van Rossum Date: Wed, 31 Jul 1996 17:36:01 +0000 (+0000) Subject: Added doc para for --with-libs X-Git-Tag: v1.4b2~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d02ba45edc1f89211a6fd21d36a73b709cb8c98d;p=python Added doc para for --with-libs --- diff --git a/README b/README index 01f01bec11..bf1f9ac6fc 100644 --- a/README +++ b/README @@ -311,6 +311,9 @@ all object files by running "make clean" before rebuilding. correctly setting the target architecture specific resource directory. +--with-libs='libs': Add 'libs' to the LIBS that the python + linked against. + Building for multiple architectures (using the VPATH feature) -------------------------------------------------------------