Commit e493d04f156c02b9961e77cc1a6fdec4d11e382f

Angelo Marletta 2013-11-16T13:07:21

Add instructions to build on Ubuntu

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/README b/README
index cf2420e..d5f8e38 100644
--- a/README
+++ b/README
@@ -101,6 +101,9 @@ If building on Red Hat:
         sudo yum install autoconf automake autoreconf libtool openssl-compat-bitcoin-devel.x86_64 \
                          curl libcurl libcurl-devel openssh
 
+If building on Ubuntu:
+	sudo apt-get install autoconf automake libtool libcurl3-dev libudev-dev
+
 CGMiner specific configuration options:
   --enable-avalon         Compile support for Avalon (default disabled)
   --enable-bflsc          Compile support for BFL ASICs (default disabled)