Created
March 27, 2024 17:02
-
-
Save jdh30/92a382c6a5c1b20cc9541e0ab776860b to your computer and use it in GitHub Desktop.
Install OpenHantek6022 on Raspberry Pi 5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt install cmake libfftw3-dev qtbase5-dev qttools5-dev libusb-1.0-0-dev | |
git clone https://github.com/OpenHantek/OpenHantek6022 | |
cd OpenHantek6022 | |
mkdir build | |
cd build | |
cmake .. | |
make | |
sudo cp ../utils/udev_rules/60-openhantek.rules /etc/udev/rules.d/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment