diff options
author | Andre Meyering <info@andremeyering.de> | 2019-08-23 18:40:57 +0200 |
---|---|---|
committer | Andre Meyering <info@andremeyering.de> | 2019-09-12 19:26:44 +0200 |
commit | 79b0acb3da949d3567ea3e81a5d6b9e0b7d50ed7 (patch) | |
tree | a69eccab0d669ed95cb430a306d8e08fbfd42dd0 /docs | |
parent | 24abda5552a8e41b9ee753c9ac366836d34ad174 (diff) |
[docs] Add note about missing package to Ubuntu build instructions
- flatbuffers-dev has to be build manually
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.Ubuntu.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/README.Ubuntu.md b/docs/README.Ubuntu.md index 391118db83..9184ead7de 100644 --- a/docs/README.Ubuntu.md +++ b/docs/README.Ubuntu.md @@ -113,7 +113,7 @@ If you get a `package not found` type of message with the below command, remove Install build dependencies manually: ``` -sudo apt install debhelper autoconf automake autopoint gettext autotools-dev cmake curl default-jre doxygen gawk gcc gdc gperf libasound2-dev libass-dev libavahi-client-dev libavahi-common-dev libbluetooth-dev libbluray-dev libbz2-dev libcdio-dev libp8-platform-dev libcrossguid-dev libcurl4-openssl-dev libcwiid-dev libdbus-1-dev libegl1-mesa-dev libenca-dev libflac-dev libfontconfig-dev libfreetype6-dev libfribidi-dev libfstrcmp-dev libgcrypt-dev libgif-dev libgles2-mesa-dev libgl1-mesa-dev libglu1-mesa-dev libgnutls28-dev libgpg-error-dev libiso9660-dev libjpeg-dev liblcms2-dev libltdl-dev liblzo2-dev libmicrohttpd-dev libmysqlclient-dev libnfs-dev libogg-dev libpcre3-dev libplist-dev libpng-dev libpulse-dev libshairplay-dev libsmbclient-dev libsqlite3-dev libssl-dev libtag1-dev libtiff5-dev libtinyxml-dev libtool libudev-dev libva-dev libvdpau-dev libvorbis-dev libxmu-dev libxrandr-dev libxslt1-dev libxt-dev lsb-release python-dev python-pil rapidjson-dev swig unzip uuid-dev yasm zip zlib1g-dev +sudo apt install debhelper autoconf automake autopoint gettext autotools-dev cmake curl default-jre doxygen gawk gcc gdc gperf libasound2-dev libass-dev libavahi-client-dev libavahi-common-dev libbluetooth-dev libbluray-dev libbz2-dev libcdio-dev libp8-platform-dev libcrossguid-dev libcurl4-openssl-dev libcwiid-dev libdbus-1-dev libegl1-mesa-dev libenca-dev libflac-dev flatbuffers-dev libfontconfig-dev libfreetype6-dev libfribidi-dev libfstrcmp-dev libgcrypt-dev libgif-dev libgles2-mesa-dev libgl1-mesa-dev libglu1-mesa-dev libgnutls28-dev libgpg-error-dev libiso9660-dev libjpeg-dev liblcms2-dev libltdl-dev liblzo2-dev libmicrohttpd-dev libmysqlclient-dev libnfs-dev libogg-dev libpcre3-dev libplist-dev libpng-dev libpulse-dev libshairplay-dev libsmbclient-dev libsqlite3-dev libssl-dev libtag1-dev libtiff5-dev libtinyxml-dev libtool libudev-dev libva-dev libvdpau-dev libvorbis-dev libxmu-dev libxrandr-dev libxslt1-dev libxt-dev lsb-release python-dev python-pil rapidjson-dev swig unzip uuid-dev yasm zip zlib1g-dev ``` **WARNING:** Make sure you copy paste the entire line or you might receive an error or miss a few dependencies. @@ -123,7 +123,7 @@ If you're using Ubuntu 16.04, you also need to install: sudo apt install libcec4-dev libfmt3-dev liblircclient-dev ``` -If you're using Ubuntu 18.04, you also need to install: +If you're using Ubuntu 18.04 and later, you also need to install: ``` sudo apt install libcec-dev libfmt-dev liblirc-dev ``` |