Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
d4n13lbc authored May 20, 2018
1 parent 797a17e commit 57d19b1
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,23 @@ Make sure that you can record audio with your microphone:

### Ubuntu/Raspberry Pi/Pine64/Nvidia Jetson TX1/Nvidia Jetson TX2

First `apt-get` install `swig`, `sox`, `portaudio` and its Python binding `pyaudio`:
First `apt-get` install `sox`, `portaudio` and its Python binding `pyaudio`:

sudo apt-get install swig3.0 python-pyaudio python3-pyaudio sox
sudo apt-get install python-pyaudio python3-pyaudio sox
pip install pyaudio

Compile a supported swig version (3.0.10 or above)

wget http://downloads.sourceforge.net/swig/swig-3.0.10.tar.gz
sudo apt-get install libpcre3 libpcre3-dev
./configure --prefix=/usr \
--without-clisp \
--without-maximum-compile-warnings &&
make
make install &&
install -v -m755 -d /usr/share/doc/swig-3.0.10 &&
cp -v -R Doc/* /usr/share/doc/swig-3.0.10

Then install the `atlas` matrix computing library:

sudo apt-get install libatlas-base-dev
Expand Down

0 comments on commit 57d19b1

Please sign in to comment.