[libcamera-devel] [PATCH 3/3] readme: Provide build requirements

Niklas Söderlund niklas.soderlund at ragnatech.se
Sat Aug 17 15:58:01 CEST 2019


Hi Kieran,

Thanks for your patch.

On 2019-08-14 10:58:17 +0100, Kieran Bingham wrote:
> Provide an initial list of build dependancies for debian based systems.
> Other distributions will be added separately.
> 
> Signed-off-by: Kieran Bingham <kieran.bingham at ideasonboard.com>

With the fixes pointed out by Laurent,

Reviewed-by: Niklas Söderlund <niklas.soderlund at ragnatech.se>

> ---
>  README.rst | 21 +++++++++++++++++++++
>  1 file changed, 21 insertions(+)
> 
> diff --git a/README.rst b/README.rst
> index 0f64e076a9c0..1d4a84996d06 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
> -- 
> 2.20.1
> 
> _______________________________________________
> libcamera-devel mailing list
> libcamera-devel at lists.libcamera.org
> https://lists.libcamera.org/listinfo/libcamera-devel

-- 
Regards,
Niklas Söderlund


More information about the libcamera-devel mailing list