Working on SoftISP
Find a file
Kieran Bingham b15e378851 meson: Describe minimum meson version requirements
We utilise 'add_project_arguments' which is only available in version
0.36 and 'build_by_default' which is only available in version 0.40 of
meson.

Add this dependancy to the project requirements.

Reported-by: Jacopo Mondi <jacopo@mondi.org>
Acked-by: Jacopo Mondi <jacopo@jmondi.org>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
2018-11-30 11:28:14 +00:00
Documentation Documentation: Introduce sphinx documentation 2018-11-28 11:10:11 +00:00
include meson: Replace tabs for spaces 2018-11-28 11:08:35 +00:00
lib meson: Replace tabs for spaces 2018-11-28 11:08:35 +00:00
licenses licenses: Add licenses subdirectory 2018-11-28 11:10:11 +00:00
test meson: Replace tabs for spaces 2018-11-28 11:08:35 +00:00
utils utils: ipu3: Add test capture script 2018-11-29 14:45:12 +02:00
meson.build meson: Describe minimum meson version requirements 2018-11-30 11:28:14 +00:00
README.md README: Update build instructions 2018-11-26 15:52:21 +00:00

libcamera: A complex camera support library for Linux, Android, and ChromeOS

To build and install:

  meson build
  cd build
  ninja
  ninja install