]> sigrok.org Git - libsigrok.git/blobdiff - README
sr: fx2lafw: Add basic support for USBee DX and clones
[libsigrok.git] / README
diff --git a/README b/README
index b56414689ef2db1c61c758613a168af778fe5f26..e25f227290885a27fc72386f9a3490909ce377c4 100644 (file)
--- a/README
+++ b/README
@@ -21,7 +21,7 @@ Requirements
  - automake >= 1.11
  - libtool
  - pkg-config >= 0.22
- - libglib >= 2.22.0
+ - libglib >= 2.28.0
  - libusb >= 1.0.5 (for most logic analyzer hardware)
  - libzip >= 0.8
  - libftdi >= 0.16 (for some logic analyzer hardware)
@@ -51,6 +51,23 @@ Please see the following wiki pages for more detailed instructions:
  http://sigrok.org/wiki/FreeBSD
 
 
+Firmware
+--------
+
+Some devices supported by libsigrok need a firmware to be uploaded before the
+device can be used. 
+
+The default location where libsigrok expects the firmware files is:
+
+  $prefix/share/sigrok-firmware
+
+($prefix is usually /usr/local or /usr, depending on your ./configure options)
+
+For further information see:
+
+  http://sigrok.org/wiki/Firmware
+
+
 Mailing lists
 -------------