Update dependencies in readme
Replace gcc with build-essential, as this ensures users have make
installed as well as gcc.
Add required tools xmllint (libxml2-utils) and xsltproc.
Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/README b/README
index f813105..d566b16 100644
--- a/README
+++ b/README
@@ -10,7 +10,9 @@
1. Install Ubuntu 14.04 or Debian 7.5 64-bit.
2. Install the packages necessary for the build:
-> sudo apt-get install cscope ctags libz-dev libexpat-dev libc6-dev-i386 gcc g++ git bison flex gcc-multilib g++-multilib libxml-simple-perl libxml-sax-perl libxml2-dev
+> sudo apt-get install cscope ctags libz-dev libexpat-dev libc6-dev-i386 \
+ build-essential g++ git bison flex gcc-multilib g++-multilib \
+ libxml-simple-perl libxml-sax-perl libxml2-dev libxml2-utils xsltproc
3. Continue with the clone, environment setup, and build as noted above.
Building on *64-bit* Fedora systems