Working on SoftISP
Find a file
Kieran Bingham ce1c86c10c licenses: Add licenses subdirectory
Code licensing will be specified with SPDX license headers.
Documentation will be licensed under CC-by-SA.

Include the common license text files to reference with the headers.

Licenses are extracted from the following locations:
  https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt
  https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
  https://creativecommons.org/licenses/by-sa/4.0/legalcode.txt

Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
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 IPU3 raw capture unpack utility 2018-11-20 03:06:41 +02: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