From: Fergus Noble Date: Fri, 9 Sep 2011 05:11:28 +0000 (-0700) Subject: Adding to README, libftdi is needed on OS X. Also reworded that paragraph a little. X-Git-Url: https://git.gag.com/?p=fw%2Fcortex-toolchain;a=commitdiff_plain;h=280d1ace6aa13ccf73480e1faffeb2e734da3678;hp=d897aaf9a3814003f5fd9d7805e0226f7ad8a63d Adding to README, libftdi is needed on OS X. Also reworded that paragraph a little. --- diff --git a/README b/README index 6160929..fce8067 100644 --- a/README +++ b/README @@ -93,10 +93,11 @@ Currently tested and known to work host platforms: 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. You also need wget which can again be obtained from MacPorts etc. +For Mac OS X there are a few dependencies which must be installed. The wget +and libftdi packages are required and gmp, mpfr, mpc and libiconv are needed +by GCC-4.5.1. These can be installed using MacPorts, DarwinPorts or fink. -port install gmp mpfr libmpc wget +port install gmp mpfr libmpc wget libftdi For xml support in gdb you may want to install expat too. And add the --with-expat parameter to GDB target.