diff options
author | tigercosmos <phy.tiger@gmail.com> | 2017-11-23 23:17:43 +0800 |
---|---|---|
committer | tigercosmos <phy.tiger@gmail.com> | 2017-11-23 23:24:38 +0800 |
commit | 4e8a96c65a24bc58cec86e29ea58578beeaa2f0f (patch) | |
tree | 66be3db6e8aa02e2e3319c6e4b69128cc08bb4df | |
parent | c5b446a5731f41d06a250f7a8222a43c49dd33a9 (diff) | |
download | servo-4e8a96c65a24bc58cec86e29ea58578beeaa2f0f.tar.gz servo-4e8a96c65a24bc58cec86e29ea58578beeaa2f0f.zip |
update readme for ubuntu
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md index 0b048592575..ee01a508837 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,10 @@ sudo apt install git curl freeglut3-dev autoconf libx11-dev \ libfreetype6-dev libgl1-mesa-dri libglib2.0-dev xorg-dev \ gperf g++ build-essential cmake virtualenv python-pip \ libssl1.0-dev libbz2-dev libosmesa6-dev libxmu6 libxmu-dev \ - libglu1-mesa-dev libgles2-mesa-dev libegl1-mesa-dev libdbus-1-dev \ - libpulse-dev + libglu1-mesa-dev libgles2-mesa-dev libegl1-mesa-dev \ + pulseaudio dbus-x11 libavcodec-dev libavformat-dev \ + libavutil-dev libswresample-dev libswscale-dev libdbus-1-dev \ + libpulse-dev clang ``` If you using a version prior to **Ubuntu 17.04** or **Debian Sid**, replace `libssl1.0-dev` with `libssl-dev`. |