summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Esden-Tempski <piotr@esden.net>2010-09-14 13:07:26 -0700
committerPiotr Esden-Tempski <piotr@esden.net>2010-09-14 13:07:26 -0700
commit65871ede4910ba4557b33ef2bb005adcca614232 (patch)
tree070c5f85e853e02fab31cffa13ab90ebfef7eccc
parent4cb03220910ab94ee62882ce82e956c6839712af (diff)
Added expat reference to the README. Thanks marforic!
-rw-r--r--README8
1 files changed, 7 insertions, 1 deletions
diff --git a/README b/README
index fab7c50..9e3da55 100644
--- a/README
+++ b/README
@@ -16,13 +16,16 @@ Currently tested and known to work target platforms:
Currently tested and known to work host platforms:
--------------------------------------------------
* Linux 32bit and 64bit (Debian unstable)
-* Mac OS X Leopard with MacPorts
+* Mac OS X Snow Leopard with MacPorts
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.
+For xml support in gdb you may want to install expat too. And add the
+--with-expat parameter to GDB target.
+
Notes for Linux users:
----------------------
You need to install several packages on debian just run:
@@ -33,3 +36,6 @@ libmpc-dev autoconf texinfo build-essential
You may want to try running the following comand instead too:
apt-get build-dep gcc-4.5
+
+For xml support in gdb you may want to install libexpat1 and libexpat1-dev
+too.