summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-07-31 17:36:01 (GMT)
committerGuido van Rossum <guido@python.org>1996-07-31 17:36:01 (GMT)
commitd02ba45edc1f89211a6fd21d36a73b709cb8c98d (patch)
tree6f16627e5b84f11c70cb95adb82766f68ddb001f /README
parent93ee6e0b632fb10c435b692c242ee265cf64867f (diff)
downloadcpython-d02ba45edc1f89211a6fd21d36a73b709cb8c98d.zip
cpython-d02ba45edc1f89211a6fd21d36a73b709cb8c98d.tar.gz
cpython-d02ba45edc1f89211a6fd21d36a73b709cb8c98d.tar.bz2
Added doc para for --with-libs
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 01f01be..bf1f9ac 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)
-------------------------------------------------------------