Commit 11e30ae084514642f6c99ce4f13e7cdb90d332ce

Con Kolivas 2014-02-21T07:48:28

Add build essential to ubuntu build instructions

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/README b/README
index 93f793a..d9236c8 100644
--- a/README
+++ b/README
@@ -102,7 +102,7 @@ If building on Red Hat:
                          curl libcurl libcurl-devel openssh
 
 If building on Ubuntu:
-	sudo apt-get install autoconf automake libtool libcurl3-dev libudev-dev
+	sudo apt-get install build-essential autoconf automake libtool libcurl3-dev libudev-dev
 
 CGMiner specific configuration options:
   --enable-avalon         Compile support for Avalon (default disabled)