updated README
authorLars Op den Kamp <lars@opdenkamp.eu>
Mon, 4 Jun 2012 08:58:50 +0000 (10:58 +0200)
committerLars Op den Kamp <lars@opdenkamp.eu>
Mon, 4 Jun 2012 09:08:25 +0000 (11:08 +0200)
README

diff --git a/README b/README
index a0ced0aa5408766a4dde602faba5e46d81ca32aa..7825aef61e6976ae9adef3c9b859008337cd5f08 100644 (file)
--- a/README
+++ b/README
@@ -20,7 +20,7 @@ To compile libCEC on Linux, you'll need the following dependencies:
 
 To compile, execute the following commands:
 # autoreconf -vif
-# ./configure --prefix=/usr
+# ./configure
 # make
 # sudo make install
 
@@ -36,7 +36,7 @@ To compile libCEC on OS-X, you'll need the following dependencies:
 
 To compile, execute the following commands (TODO: please verify):
 # autoreconf -vif
-# ./configure --prefix=/usr
+# ./configure
 # make
 # sudo make install