diff --git a/openhantek-extractfw/INSTALL b/openhantek-extractfw/INSTALL index c69d0a4..3c21f66 100644 --- a/openhantek-extractfw/INSTALL +++ b/openhantek-extractfw/INSTALL @@ -1,6 +1,7 @@ To build dsoextractfw from source, you need bfd. Under Debian or Ubuntu you can just install the package libbfd-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: +$ autoreconf -vi $ ./configure $ make @@ -10,4 +11,4 @@ $ ./dsoextractfw This should create two .hex files. Copy them to /usr/local/share/hantek/ and copy the 90-hantek-dso.rules file to /etc/udev/rules.d/. To load the firmware you have to install fxload. After restarting udev your oscilloscope should be initialized automatically after connecting it to the computer (You have to reconnect it after installing this package). -If you can't run OpenHantek as normal user, you have too add your user to the plugdev group. \ No newline at end of file +If you can't run OpenHantek as normal user, you have too add your user to the plugdev group.