From: Fergus Noble Date: Fri, 9 Sep 2011 04:03:54 +0000 (-0700) Subject: Adding to README, wget is also needed on OS X and isn't available by default. X-Git-Url: https://git.gag.com/?p=fw%2Fcortex-toolchain;a=commitdiff_plain;h=4643ea67db740e0d8a4900ac231e1e89af8a94dc Adding to README, wget is also needed on OS X and isn't available by default. --- diff --git a/README b/README index 9e5737e..6160929 100644 --- 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.