command-tab / ch341eeprom

A libusb based programming tool for 24Cxx serial EEPROMs using the WinChipHead CH341A IC
GNU General Public License v3.0
149 stars 58 forks source link

Ran into an error while installing AUR and seems to be missing a clang dependency #21

Closed conglinyizhi closed 4 months ago

conglinyizhi commented 4 months ago

An error is reported when installing AUR on ArchLinux

# use google ,from chinese to english
clang -Wall -O2 -o ch341eeprom ch341eeprom.c ch341funcs.c -lusb-1.0
make: clang: There is no file or directory
make: *** [Makefile:5:default] Error 127

Expect to add clang to future build dependencies

command-tab commented 4 months ago

Added clang to the list of requirements in the README 👍🏻