X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-dumps.git;a=blobdiff_plain;f=README;fp=README;h=724a738163a23317d8ef4524ecbee18cf1baa5ae;hp=b802721b45ba4cbe5cec0cbaac861c15052ea83d;hb=82263c0bbb90329a952d5580d2fafdbadd9ed304;hpb=7cfd7aa928edc23f02a28ffa1a5065e2a0209c08 diff --git a/README b/README index b802721..724a738 100644 --- a/README +++ b/README @@ -16,6 +16,23 @@ Status sigrok-dumps is in a usable state and has had official tarball releases. +Installing +---------- + +Example captures need not get built or compiled, but can get installed. + + $ git clone git://sigrok.org/sigrok-dumps + $ cd sigrok-dumps + $ make install + +Optional PREFIX or DESTDIR specs are supported as well. + + $ make PREFIX=/usr install + $ make PREFIX=${HOME} install + + $ make DESTDIR=$( pwd )/rootfs install + + Contributing dumps ------------------