From cd5f558bc7ecc488624278f45f9f9edec80fca3b Mon Sep 17 00:00:00 2001 From: Yibing Liu Date: Wed, 29 Nov 2017 21:30:53 +0800 Subject: [PATCH] Add library boost to the dependency --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81467b24..b54ed876 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,10 @@ To avoid the trouble of environment setup, [running in Docker container](#runnin - PaddlePaddle the latest version (please refer to the [Installation Guide](https://github.com/PaddlePaddle/Paddle#installation)) ### Setup -- Make sure these libraries or tools installed: `pkg-config`, `flac`, `ogg`, `vorbis` and `swig`, e.g. installing them via `apt-get`: +- Make sure these libraries or tools installed: `pkg-config`, `flac`, `ogg`, `vorbis`, `boost` and `swig`, e.g. installing them via `apt-get`: ```bash -sudo apt-get install -y pkg-config libflac-dev libogg-dev libvorbis-dev swig +sudo apt-get install -y pkg-config libflac-dev libogg-dev libvorbis-dev libboost-dev swig ``` - Run the setup script for the remaining dependencies