Browse Source

add line to install pcaudiolib on debian

Literally following the instructions on a base install of Debian results in a build without audio support. This change adds the instruction for installing pcaudiolib development headers, so that the resulting build has audio.
master
Alex Von Hoene 6 years ago
parent
commit
df2e6a5b9f
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

| sonic | `sudo apt-get install libsonic-dev` | | sonic | `sudo apt-get install libsonic-dev` |
| ronn | `sudo apt-get install ruby-ronn` | | ronn | `sudo apt-get install ruby-ronn` |
| kramdown | `sudo apt-get install ruby-kramdown` | | kramdown | `sudo apt-get install ruby-kramdown` |
| pcaudiolib | `sudo apt-get install libpcaudio-dev` |


### Building ### Building



Loading…
Cancel
Save