Skip to content

Commit fe1501c

Browse files
author
Yibing Liu
authored
Merge pull request #37 from kuke/add_boost
Add library boost to the dependency
2 parents b371461 + cd5f558 commit fe1501c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ To avoid the trouble of environment setup, [running in Docker container](#runnin
2929
- PaddlePaddle the latest version (please refer to the [Installation Guide](https://github.com/PaddlePaddle/Paddle#installation))
3030

3131
### Setup
32-
- Make sure these libraries or tools installed: `pkg-config`, `flac`, `ogg`, `vorbis` and `swig`, e.g. installing them via `apt-get`:
32+
- Make sure these libraries or tools installed: `pkg-config`, `flac`, `ogg`, `vorbis`, `boost` and `swig`, e.g. installing them via `apt-get`:
3333

3434
```bash
35-
sudo apt-get install -y pkg-config libflac-dev libogg-dev libvorbis-dev swig
35+
sudo apt-get install -y pkg-config libflac-dev libogg-dev libvorbis-dev libboost-dev swig
3636
```
3737

3838
- Run the setup script for the remaining dependencies

0 commit comments

Comments
 (0)