Working on SoftISP
Find a file
Kieran Bingham a66fe04c19 build: Add project arguments
Add language specific project arguments and ensure that -Werror is
enabled, enforcing code to be as clean as possible.

Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
2018-11-27 12:11:48 +00:00
include include: Install include files 2018-11-27 12:10:57 +00:00
lib lib: Include library in the install target 2018-11-27 12:10:26 +00:00
test include: Install include files 2018-11-27 12:10:57 +00:00
utils utils: ipu3: Add IPU3 raw capture unpack utility 2018-11-20 03:06:41 +02:00
LICENSE.md build: Provide initial meson infrastructure 2018-10-24 12:22:19 +01:00
meson.build build: Add project arguments 2018-11-27 12:11:48 +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