Skip to content

Instantly share code, notes, and snippets.

@jeroendeswaef
Last active July 31, 2016 02:00
Show Gist options
  • Save jeroendeswaef/56f352f8b9923888d0b6 to your computer and use it in GitHub Desktop.
Save jeroendeswaef/56f352f8b9923888d0b6 to your computer and use it in GitHub Desktop.
compiling espeak on fresh ubuntu install

First download the source of espeak and unzip it in this directory: ~/Downloads/espeak-1.48.04-source/src

sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) main universe" 
sudo apt-get update
sudo apt-get install build-essential
sudo apt-get install libportaudio-dev
sudo apt-get install portaudio19-dev

cd ~/Downloads/espeak-1.48.04-source/src
cp portaudio19.h portaudio.h
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment