changeset 313:0cd7e20eea3e

document the prerequisites to run mingw_cross_env on a minimal Debian system
author Volker Grabsch <vog@notjusthosting.com>
date Mon, 06 Apr 2009 13:32:42 +0200
parents 753ba8661dd3
children bad4b143c864
files doc/README.html
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/README.html	Sun Apr 05 18:28:05 2009 +0200
+++ b/doc/README.html	Mon Apr 06 13:32:42 2009 +0200
@@ -172,6 +172,14 @@
         everything else is usually already there.
     </dd>
 
+    <dt>Minimal Debian</dt>
+    <dd>
+        Create a minimal Debian system with
+        <a href="http://www.debian-administration.org/articles/426">debootstrap</a>,
+        then run:
+        <pre>aptitude install -R g++ make openssl unzip bzip2 patch</pre>
+    </dd>
+
     <dt>FreeBSD</dt>
     <dd>
         <pre>pkg_add -r bash gmake gsed wget unzip perl</pre>