Commit 890492f16c4e27b7189d1480cc8c2361d4fd7c3b
Merge pull request #20 from gjedeer/patch-1
Fix installation instructions
Showing
1 changed file
with
2 additions
and
1 deletions
openhantek-extractfw/INSTALL
| 1 | 1 | 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. |
| 2 | 2 | |
| 3 | 3 | After you've installed the requirements run the following commands inside the directory of this package: |
| 4 | +$ autoreconf -vi | |
| 4 | 5 | $ ./configure |
| 5 | 6 | $ make |
| 6 | 7 | |
| ... | ... | @@ -10,4 +11,4 @@ $ ./dsoextractfw <driver file> |
| 10 | 11 | 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. |
| 11 | 12 | After restarting udev your oscilloscope should be initialized automatically after connecting it to the computer (You have to reconnect it after installing this package). |
| 12 | 13 | |
| 13 | -If you can't run OpenHantek as normal user, you have too add your user to the plugdev group. | |
| 14 | 14 | \ No newline at end of file |
| 15 | +If you can't run OpenHantek as normal user, you have too add your user to the plugdev group. | ... | ... |