aboutsummaryrefslogtreecommitdiff
path: root/Examples/python/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/python/index.html')
-rw-r--r--Examples/python/index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/Examples/python/index.html b/Examples/python/index.html
index fcf607895..dc0110716 100644
--- a/Examples/python/index.html
+++ b/Examples/python/index.html
@@ -35,7 +35,11 @@ certain C declarations are turned into constants.
</pre>
</blockquote>
-<li>The compilation of examples is done using the file <tt>Example/Makefile</tt>. This
+<li>
+Please see the <a href="../../Doc/Manual/Windows.html">Windows</a> page in the main manual for information on using the examples on Windows. <p>
+</li>
+
+<li>On Unix the compilation of examples is done using the file <tt>Example/Makefile</tt>. This
makefile performs a manual module compilation which is platform specific. Typically,
the steps look like this (Linux):