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.
30 lines
720 B
30 lines
720 B
//sudo apt-get upgrade |
|
sudo apt-get update |
|
sudo apt-get install libudev1 libudev-dev |
|
sudo apt-get install build-essential |
|
|
|
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 |
|
sudo apt-get install gcc |
|
sudo apt-get install g++ |
|
sudo apt-get install zh |
|
|
|
|
|
sudo apt install sox |
|
sudo apt install lame |
|
sudo apt install libsox-fmt-all |
|
|
|
git clone https://github.com/caixxiong/espeak-data/ |
|
cd espeak-data/ |
|
unzip espeak-data.zip |
|
sudo cp -r * /usr/lib/x86_64-linux-gnu/espeak-data/ |
|
espeak --compile=zh |
|
|
|
sudo apt-get update |
|
sudo apt-get install gcc make zlib1g-dev libphonon-dev |
|
|
|
|
|
sudo apt-get install imagemagick |