Compile Praat on linux
Praat is a wonderful speech analysis tool.
The process to compile praat on ubuntu is below:
1. Install ubuntu
2. Download the source code
3. Install the dependencies:
sudo apt-get install build-essential
4. download and install alsa-lib-1.0
5. install xm/xm.h
sudo apt-get install lesstif2-dev
Then follow the praat steps to buid
A tip for searching file is to use apt-file.
sudo apt-get install apt-file
sudo apt-file update
sudo apt-file search Xm/Xm.h
本文由IT Farmer的博客创作,欢迎转载并保留对本博的链接。 Tags:praat
