From 8dd9f05a03543ee457655b016f2c19ac9e14dc28 Mon Sep 17 00:00:00 2001 From: David Gräff Date: Thu, 8 Oct 2015 01:29:40 +0200 Subject: [PATCH] Delete INSTALL --- openhantek/INSTALL | 11 ----------- 1 file changed, 0 insertions(+), 11 deletions(-) delete mode 100644 openhantek/INSTALL diff --git a/openhantek/INSTALL b/openhantek/INSTALL deleted file mode 100644 index 0a361ae..0000000 --- a/openhantek/INSTALL +++ /dev/null @@ -1,11 +0,0 @@ -To build OpenHantek from source, you need Qt 4 and FFTW 3. Under Debian or Ubuntu you can just install the packages libqt4-dev and libfftw3-dev. I don't know the package names for other distributions but they may be similar. - -After you've installed the requirements run the following commands inside the directory of this package: -$ qmake -$ make -$ make install - -You can specify a prefix when running qmake: -$ qmake PREFIX=/usr - -To get your DSO working under linux you have to extract the firmware using dsoextractfw and add the rules to udev. See the file INSTALL in the dsoextractfw package for details. \ No newline at end of file -- libgit2 0.21.4