Adding to README, wget is also needed on OS X and isn't available by default.
[fw/cortex-toolchain] / README
diff --git a/README b/README
index 9e5737e0dec31e151cb9f2b0c0a2755b98bbe42b..61609294785322030de08389563fa1c878f4e243 100644 (file)
--- a/README
+++ b/README
@@ -94,9 +94,9 @@ Notes for Mac OS X users:
 =========================
 
 You need to install gmp, mpfr, mpc and libiconv packages using MacPorts,
-DarwinPorts or fink. GCC-4.5.1 requires them.
+DarwinPorts or fink. GCC-4.5.1 requires them. You also need wget which can again be obtained from MacPorts etc.
 
-port install gmp mpfr libmpc
+port install gmp mpfr libmpc wget
 
 For xml support in gdb you may want to install expat too. And add the 
 --with-expat parameter to GDB target.