forked from espeak-ng/espeak-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
Build issues
mondhs edited this page Jul 14, 2012
·
2 revisions
Ubuntu
For compilation on Ubuntu 12.04 you will need libraries: sudo apt-get install wx2.8-headers libwxgtk2.8-0 libwxgtk2.8-dev
Ubuntu was not working with src/Makefile: AUDIO = portaudio. You can do on of 2 things:
- comment AUDIO = portaudio and uncomment= AUDIO = portaudio2
- soft link libportaudio.so -> libportaudio.so.2:
cd /usr/lib/x86_64-linux-gnu
sudo ln -s libportaudio.so libportaudio.so.2