Skip to content

Commit

Permalink
Merge branch 'master' into beta
Browse files Browse the repository at this point in the history
Conflicts:
	README
  • Loading branch information
esden committed Nov 1, 2012
2 parents b53d1c2 + 0570ac7 commit b432780
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ 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 libftdi
$ port install gmp mpfr libmpc wget libftdi git-core py27-yaml python_select



For XML support in gdb you may want to install expat too. And add the
--with-expat parameter to the GDB target.
Expand All @@ -138,11 +140,12 @@ Notes for Linux users:
You need to install several packages. On Debian just run:

$ apt-get install flex bison libgmp3-dev libmpfr-dev libncurses5-dev \
libmpc-dev autoconf texinfo build-essential libftdi-dev zlib1g-dev git
libmpc-dev autoconf texinfo build-essential libftdi-dev zlib1g-dev \
git zlib1g-dev python-yaml

You may want to try running the following command instead too:

$ apt-get build-dep gcc-4.5
$ apt-get build-dep gcc-4.5 git zlib1g-dev python-yaml

For XML support in gdb you may want to install libexpat1 and libexpat1-dev too.

Expand Down

0 comments on commit b432780

Please sign in to comment.