Skip to content

Commit

Permalink
docs: add recommended packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Jan 10, 2025
1 parent c6316a9 commit 79d9d09
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,19 @@ There is no longer any dependency on SphinxBase. There is no
SphinxBase anymore. This is not the SphinxBase you're looking for.
All your SphinxBase are belong to us.

There are some other dependencies that you may find useful in order to
use the example code (though they are not strictly necessary to build
and install). On Debian GNU/Linux and its derivatives (such as
Raspberry Pi OS, Ubuntu, etc), you can install them with:

sudo apt install \
ffmpeg \
libasound2-dev \
libportaudio2 \
libportaudiocpp0 \
libpulse-dev \
portaudio19-dev

To install the Python module in a virtual environment (replace
`~/ve_pocketsphinx` with the virtual environment you wish to create),
from the top level directory:
Expand Down

0 comments on commit 79d9d09

Please sign in to comment.