From 896bfb001fce2bb3a6cfbfd6f4f45373f1acba50 Mon Sep 17 00:00:00 2001
From: Ingo Ruhnke <grumbel@gmx.de>
Date: Thu, 20 Aug 2009 12:00:53 +0200
Subject: [PATCH] Added g++ to the requirements

---
 README | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README b/README
index 0030288..be07a3f 100644
--- a/README
+++ b/README
@@ -30,6 +30,7 @@ The development version can be optained via:
 
 Required libraries and tools:
 
+ * g++ - GNU C++ Compiler
  * libusb
  * boost
  * scons
@@ -45,6 +46,7 @@ Once everything installed, you can compile by typing:
 On Ubuntu 9.04 you can install all the required libraries via:
 
  % apt-get install \
+     g++ \
      libboost1.37-dev \
      libboost-thread1.37-dev \
      scons \