Last active
December 26, 2019 19:40
-
-
Save technikamateur/63f5edcfdc44000ead96a6ff5266c16b to your computer and use it in GitHub Desktop.
Installation of CH314prog under Debian (Ubuntu) based systems
This file contains hidden or 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
# Run the following lines (line by line) in your terminal | |
git clone https://github.com/setarcos/ch341prog.git | |
sudo apt install libusb-1.0-0 libusb-1.0-0-dev | |
make |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment