summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-03-29 16:28:31 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-03-29 16:28:31 (GMT)
commit1142de3f5b5cdd26756150d880ed6f25281c6ecb (patch)
tree9f0d6a879d3bd3468e4565eeb490b258999e0190 /README
parenteddd68d56c1a1492a585b6484148f503f2ce2b03 (diff)
downloadcpython-1142de3f5b5cdd26756150d880ed6f25281c6ecb.zip
cpython-1142de3f5b5cdd26756150d880ed6f25281c6ecb.tar.gz
cpython-1142de3f5b5cdd26756150d880ed6f25281c6ecb.tar.bz2
Patch #527027: Allow building python as shared library.
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index f2689e6..d5c5d58 100644
--- a/README
+++ b/README
@@ -558,6 +558,15 @@ Linker (ld) libraries and flags for threads
(jph@emilia.engr.sgi.com)
+Building a shared libpython
+---------------------------
+
+Starting with Python 2.3, the majority of the interpreter can be built
+into a shared library, which can then be used by the interpreter
+executable, and by applications embedding Python. To enable this feature,
+configure with --enable-shared.
+
+
Configuring additional built-in modules
---------------------------------------