-
Notifications
You must be signed in to change notification settings - Fork 20
How to install Praat on CentOS7
Jinserk Baik edited this page Dec 5, 2018
·
2 revisions
$ sudo yum install gtk2-devel pulseaudio-libs-devel alsa-lib-devel jack-audio-connection-kit-devel
g++ requires --std=c++17
option
$ sudo yum --enablerepo=extras install centos-release-scl
$ sudo yum install devtoolset-7
$ scl enable devtoolset-7 bash
$ git clone https://github.com/praat/praat.git
$ cd praat
$ cp makefiles/makefile.defs.linux.pulse ./makefile.defs
$ make