From a146cdbf20cbdcfeb7b248b53b8e12b22384d0c8 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Wed, 14 Aug 2019 10:50:02 +0100 Subject: readme: Provide build requirements Provide an initial list of build dependancies for Debian based systems. Other distributions will be added separately. Signed-off-by: Kieran Bingham Reviewed-by: Laurent Pinchart --- README.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 0f64e076..169837e4 100644 --- a/README.rst +++ b/README.rst @@ -29,3 +29,24 @@ To build and install: cd build ninja ninja install + +Dependencies +------------ + +The following Debian/Ubuntu packages are required for building libcamera. +Other distributions may have differing package names: + +A C++ toolchain: [required] + Either {g++, clang} + +for libcamera: [required] + meson ninja-build + +for device hotplug enumeration: [optional] + pkg-config libudev-dev + +for qcam: [optional] + qtbase5-dev libqt5core5a libqt5gui5 libqt5widgets5 + +for documentation: [optional] + python3-sphinx doxygen -- cgit v1.2.1