diff options
author | Rainer Hochecker <fernetmenta@online.de> | 2018-04-14 08:58:20 +0200 |
---|---|---|
committer | Rainer Hochecker <fernetmenta@online.de> | 2018-04-15 10:36:39 +0200 |
commit | 871d59c329563c5237428bc580cd75e02d3c390b (patch) | |
tree | 98da0da3453975b398fbd91399de3c678e0ba29a /docs | |
parent | 6e156bea5bf3a7fb8967e888238b6a07b967a90b (diff) |
lic: add liblirc-dev to docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.linux | 3 | ||||
-rw-r--r-- | docs/README.ubuntu | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/README.linux b/docs/README.linux index 5826dfbaa4..ee1c5b4cf4 100644 --- a/docs/README.linux +++ b/docs/README.linux @@ -57,7 +57,8 @@ Build-Depends: autoconf, automake, autopoint, autotools-dev, cmake, curl, libtag1-dev (>= 1.8), libtinyxml-dev (>= 2.6.2), libtool, libudev-dev, libusb-dev, libva-dev, libvdpau-dev, libxml2-dev, libxmu-dev, libxrandr-dev, libxslt1-dev, libxt-dev, lsb-release, rapidjson-dev, - nasm [!amd64], python-dev, python-imaging, python-support, swig, uuid-dev, yasm, zlib1g-dev + nasm [!amd64], python-dev, python-imaging, python-support, swig, uuid-dev, yasm, zlib1g-dev, + liblirc-dev If you want to build with Wayland instead of X11, you will need: wayland-protocols (>= 1.7), libwaylandpp-dev diff --git a/docs/README.ubuntu b/docs/README.ubuntu index 83c971de27..fba3d86cf9 100644 --- a/docs/README.ubuntu +++ b/docs/README.ubuntu @@ -91,7 +91,7 @@ For Ubuntu (all versions >= 7.04): libsqlite3-dev libssh-dev libssl-dev libtinyxml-dev libtool libudev-dev libusb-dev \ libva-dev libvdpau-dev libxml2-dev libxmu-dev libxrandr-dev \ libxrender-dev libxslt1-dev libxt-dev mesa-utils nasm pmount python-dev python-imaging \ - python-sqlite rapidjson-dev swig uuid-dev yasm zlib1g-dev + python-sqlite rapidjson-dev swig uuid-dev yasm zlib1g-dev liblirc-dev For >= 10.10: $ sudo apt-get install autopoint libltdl-dev |