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.
26 lines
612 B
26 lines
612 B
sudo apt-get update |
|
sudo apt-get install gcc make zlib1g-dev libphonon-dev |
|
sudo apt-get install libudev1 libudev-dev |
|
sudo apt-get install build-essential |
|
|
|
sudo apt install sox |
|
sudo apt install lame |
|
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 imagemagick |
|
sudo apt-get install libvlc-dev |
|
sudo apt-get install vlc |
|
sudo apt-get install brasero |
|
|
|
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 |
|
|
|
|
|
|
|
|