]> sigrok.org Git - sigrok-firmware-fx2lafw.git/commitdiff
Update install instructions.
authorUwe Hermann <redacted>
Mon, 23 Jul 2012 13:40:25 +0000 (15:40 +0200)
committerUwe Hermann <redacted>
Mon, 23 Jul 2012 13:58:37 +0000 (15:58 +0200)
README

diff --git a/README b/README
index 73e5e72ef386ea6d3575483a51483e57d03aa1b5..483b0d47df089da2afbd9d3200bb7d30f45597d3 100644 (file)
--- a/README
+++ b/README
@@ -30,23 +30,16 @@ Building
   $ make
 
 
-Usage
------
-
-Copy the generated *.fw file for your device (e.g. fx2lafw-saleae-logic.fw)
-into the $prefix/share/sigrok-firmware directory (create it, if needed).
-
-Replace $prefix with the install prefix of sigrok, e.g. /usr or /usr/local.
+Installation
+------------
 
-Example (assuming /usr/local as $prefix):
+  $ sudo make install
 
-  $ sudo mkdir /usr/local/share/sigrok-firmware
+The generated *.fw files are installed into /usr/local/share/sigrok-firmware.
 
-  $ sudo cp hw/saleae-logic/build/fx2lafw-saleae-logic.fw \
-            /usr/local/share/sigrok-firmware
+You can override the install location like this:
 
-The sigrok frontends (command-line or GUI) will automatically search for
-firmware files there and automatically use/upload them.
+  $ sudo make install DESTDIR=/usr/share/sigrok-firmware
 
 
 fx2lib