From abc63afca419d3b1bf2b0e109a2b52ebc36abfb5 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Wed, 14 Aug 2019 10:31:24 +0100 Subject: readme: Convert from Markdown to RST The Documentation and top-level README both serve to provide information to new developers and users of libcamera. Currently our README.md is sparse, and should be expanded with more useful information such as build requirements as well as compilation directions. Any information provided in the README also serves a purpose in the main documentation and website and could be a cause of duplicated content. To allow direct integration of the top level README document into our sphinx documentation (and thus the libcamera.org website) convert the README.md into ReSTructured text format. Signed-off-by: Kieran Bingham Reviewed-by: Laurent Pinchart --- README.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.rst (limited to 'README.rst') diff --git a/README.rst b/README.rst new file mode 100644 index 00000000..9a8261ac --- /dev/null +++ b/README.rst @@ -0,0 +1,14 @@ +=========== + libcamera +=========== + +**A complex camera support library for Linux, Android, and ChromeOS** + +To build and install: + +:: + + meson build + cd build + ninja + ninja install -- cgit v1.2.1