]> sigrok.org Git - sigrok-firmware.git/blobdiff - README
README: Refer to INSTALL and new Building wiki page.
[sigrok-firmware.git] / README
diff --git a/README b/README
index d48c0d68b1d6210ab6882727b2113b54418a6c13..48cda382b392d3d58f226d30e0d9802c11e486bc 100644 (file)
--- a/README
+++ b/README
@@ -26,6 +26,8 @@ In order to get the sigrok-firmware source code and build it, run:
 
  $ git clone git://sigrok.org/sigrok-firmware
  $ cd sigrok-firmware
+ $ ./autogen.sh
+ $ ./configure
  $ make
 
 For installing sigrok-firmware:
@@ -36,14 +38,11 @@ This will install the files into /usr/local/share/sigrok-firmware per default.
 
 You can override the install directory like this:
 
-  $ make DESTDIR=/tmp/foo install
+  $ ./configure --prefix=/usr
 
-Please see the following wiki pages for more detailed instructions:
+See INSTALL or the following wiki page for more (OS-specific) instructions:
 
- http://sigrok.org/wiki/Linux
- http://sigrok.org/wiki/Mac_OS_X
- http://sigrok.org/wiki/Windows
- http://sigrok.org/wiki/FreeBSD
+ http://sigrok.org/wiki/Building
 
 
 Licenses