diff options
author | wsnipex <wsnipex@a1.net> | 2019-09-16 19:55:40 +0200 |
---|---|---|
committer | wsnipex <wsnipex@a1.net> | 2019-09-16 19:55:40 +0200 |
commit | a9b61d1f4f7ee70a6b8bd5bec17840c7f06cb410 (patch) | |
tree | caec5ef2112428217e1a592586b206ef657a24e4 /docs/README.Ubuntu.md | |
parent | f5b3bf12627716cd0a7525fbdd494e2b9beae78f (diff) |
[docs] update linux readmes
Diffstat (limited to 'docs/README.Ubuntu.md')
-rw-r--r-- | docs/README.Ubuntu.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/README.Ubuntu.md b/docs/README.Ubuntu.md index 9184ead7de..8f746fc2d2 100644 --- a/docs/README.Ubuntu.md +++ b/docs/README.Ubuntu.md @@ -111,6 +111,8 @@ sudo apt install distcc ### 3.2. Get build dependencies manually If you get a `package not found` type of message with the below command, remove the offending package(s) from the install list and reissue the command. Take a note of the missing dependencies and, after a successful step completion, **[build the missing dependencies manually](README.Linux.md#31-build-missing-dependencies)**. +**NOTE:** Kodi requires a compiler with C++14 support, i.e. gcc >= 4.9 or clang >= 3.4 + 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 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 |