]> sigrok.org Git - sigrok-firmware.git/blobdiff - README
Use standard autotools setup.
[sigrok-firmware.git] / README
diff --git a/README b/README
index d48c0d68b1d6210ab6882727b2113b54418a6c13..c974153883c319b43e8ed7ebb665ac60bb92739b 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,7 +38,7 @@ 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: