]> sigrok.org Git - sigrok-firmware.git/blobdiff - README
sysclk-lwla: Add LWLA1034 bitstream files.
[sigrok-firmware.git] / README
diff --git a/README b/README
index d48c0d68b1d6210ab6882727b2113b54418a6c13..10e8709683ee019f7553d9830af126e0e07c213a 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,20 +38,23 @@ 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
---------
+Copyright and license
+---------------------
+
+The 'sigrok-firmware' project/repo/tarball has no license per se, since
+it's just a collection of firmware files from various sources.
+
+Copyright and license info for these firmware files is available here:
 
  * asix-sigma/*.fw: See asix-sigma/LICENSE.Sigma.
+ * sysclk-lwla/*.rbf: See sysclk-lwla/LICENSE.LWLA.
 
 
 Mailing lists