You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
293 B
9 lines
293 B
1 year ago
|
sudo apt-get update
|
||
|
sudo apt-get install libudev1 libudev-dev
|
||
|
sudo apt-get install build-essential
|
||
|
sudo apt install sox
|
||
|
sudo apt install libsox-fmt-all
|
||
|
sudo apt-get install libgdiplus
|
||
|
sudo apt-get install alsa-utils
|
||
|
sudo apt-get install espeak
|
||
|
sudo apt-get install gcc-c++ libstdc++-devel
|