diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-10-05 10:52:11 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-10-05 10:52:11 (GMT) |
commit | 603609c3a3d7322cb9f84605f8574a7164dc3208 (patch) | |
tree | 3a4b9a6530c010355e5f277c4be9756189c75b47 /doc | |
parent | fda8c74b3745958e95bfaf547bf41f8734657486 (diff) | |
download | mxe-603609c3a3d7322cb9f84605f8574a7164dc3208.zip mxe-603609c3a3d7322cb9f84605f8574a7164dc3208.tar.gz mxe-603609c3a3d7322cb9f84605f8574a7164dc3208.tar.bz2 |
small improvement of the docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html index 7d84b38..ae597ac 100644 --- a/doc/index.html +++ b/doc/index.html @@ -880,7 +880,8 @@ sudo gcc_select gcc42</pre> The easiest way to get the dependencies right is to start with a minimal setup. That is, - initialize mingw-cross-env with <code>make gcc</code> only. + initialize mingw-cross-env with <code>make gcc</code> only, + then check whether your package builds successfully. </p> <p> |