summaryrefslogtreecommitdiffstats
path: root/Mac/Demo/embed.html
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1998-02-25 15:40:35 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1998-02-25 15:40:35 (GMT)
commita2139fef94c0f94bb897a62f4e2c53f40eb40cc4 (patch)
tree7a5b1646a79fb78449c298b79432da1c90ec65fa /Mac/Demo/embed.html
parentb92dce38e7834dcde4f450c89da1c10f81a6d1a0 (diff)
downloadcpython-a2139fef94c0f94bb897a62f4e2c53f40eb40cc4.zip
cpython-a2139fef94c0f94bb897a62f4e2c53f40eb40cc4.tar.gz
cpython-a2139fef94c0f94bb897a62f4e2c53f40eb40cc4.tar.bz2
Added (minimal) documentation on how to build standalone applications
with Python. Updated various things (versions of libraries used, urls).
Diffstat (limited to 'Mac/Demo/embed.html')
-rw-r--r--Mac/Demo/embed.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/Mac/Demo/embed.html b/Mac/Demo/embed.html
index 82b5473..4e1c830 100644
--- a/Mac/Demo/embed.html
+++ b/Mac/Demo/embed.html
@@ -35,7 +35,12 @@ do for applets, by dragging your application to <code>EditPythonPrefs</code>. <p
The most logical way to embed Python is to link it against the shared
library <code>PythonCore</code>. An example project and source can be
-found in the <a href="embed">embed</a> folder.
+found in the <a href="embed">embed</a> folder. <p>
+<b>Note</b>: you may think that you do not have the project file
+<code>PythonCore</code> but actually you do: the standard installation
+process deposits it in the <code>Extensions</code> folder in the system
+folder under the name <code>PythonCore <i>version</i></code>. Add that file
+to the project replacing <code>PythonCore</code>. <p>
</BODY>
</HTML>