diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2009-06-12 21:48:45 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2009-06-12 21:48:45 (GMT) |
commit | 2608d9ced323bbd28941d879d16c461ff8d3818e (patch) | |
tree | d2d2ccdcf6f8a8f6d21954026469f639832c3b20 /doc/index.html | |
parent | 497b76327656758c25a3f1399432d9ceda152f96 (diff) | |
download | mxe-2608d9ced323bbd28941d879d16c461ff8d3818e.zip mxe-2608d9ced323bbd28941d879d16c461ff8d3818e.tar.gz mxe-2608d9ced323bbd28941d879d16c461ff8d3818e.tar.bz2 |
screenshots for the docs (by Hans Bezemer)
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/index.html b/doc/index.html index 85053e8..b56daa5 100644 --- a/doc/index.html +++ b/doc/index.html @@ -48,6 +48,9 @@ border: thin dotted #ccc; padding: 2pt; } + img { + border: thin solid #000; + } #navigation a { text-decoration: none; color: #00f; @@ -104,6 +107,7 @@ <ul> <li><a href="#introduction" >Introduction</a></li> + <li><a href="#screenshots" >Screenshots</a></li> <li><a href="#tutorial" >Tutorial</a></li> <li><a href="#latest-release">Latest Release</a></li> <li><a href="#development" >Development Version</a></li> @@ -171,6 +175,21 @@ </div> <div class="section"> +<h2 id="screenshots">Screenshots</h2> + + <p> + Cross compiling + <a href="http://www.xs4all.nl/~thebeez/4tH/">4tH</a>: + </p> + <a href="screenshot-4th-compile.png"><img src="screenshot-4th-compile-small.png"></a> + + <p> + and running it: + </p> + <a href="screenshot-4th-run.png"><img src="screenshot-4th-run-small.png"></a> +</div> + +<div class="section"> <h2 id="tutorial">Tutorial</h2> <h3>Step 1: Download and Unpack</h3> |