Added doc para for --with-libs

This commit is contained in:
Guido van Rossum 1996-07-31 17:36:01 +00:00
parent 93ee6e0b63
commit d02ba45edc

3
README
View file

@ -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)
-------------------------------------------------------------