jcmvbkbc / esp32-linux-build

xtensa linux build scripts for the esp32s3 and esp32
http://wiki.osll.ru/doku.php/etc:users:jcmvbkbc:linux-xtensa:esp32s3
99 stars 19 forks source link

Update README with corrected package names for Debian 12.6 #14

Closed snacsnoc closed 3 months ago

snacsnoc commented 3 months ago

Simple package name update. By using the package names as is in the README, libusb-1.0 is referred by a different name and ncurses-dev is libncurses-dev

Output:

easto@debian2:~$ sudo apt install autoconf automake bash bc bison build-essential cmake flex gawk git gperf help2man libtool libtool-bin libusb-1.0 ncurses-dev python3 python3-venv rsync texinfo unzip wget
[sudo] password for easto: 
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'libncurses-dev' instead of 'ncurses-dev'
E: Unable to locate package libusb-1.0
E: Couldn't find any package by glob 'libusb-1.0'
easto@debian2:~$ apt-cache search libusb-1.0
libusb-1.0-0 - userspace USB programming library
libusb-1.0-0-dev - userspace USB programming library development files
libusb-1.0-doc - documentation for userspace USB programming
libusb-libusb-perl - Perl interface to the libusb-1.0 API
lm4flash - Command-line firmware flashing tool to communicate with the Stellaris Launchpad
libusb-ocaml - OCaml bindings to libusb-1.0 (runtime)
libusb-ocaml-dev - OCaml bindings to libusb-1.0
jcmvbkbc commented 3 months ago

Thanks. I've pushed an equivalent change.

snacsnoc commented 3 months ago

Thanks!