From 280d1ace6aa13ccf73480e1faffeb2e734da3678 Mon Sep 17 00:00:00 2001 From: Fergus Noble Date: Thu, 8 Sep 2011 22:11:28 -0700 Subject: [PATCH 1/1] Adding to README, libftdi is needed on OS X. Also reworded that paragraph a little. --- README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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. -- 2.30.2