From 3635048a9854d5fa5e5bd254c3de74eecdc53a01 Mon Sep 17 00:00:00 2001 From: David Wagner Date: Tue, 18 Feb 2014 16:48:21 +0100 Subject: Add a README Signed-off-by: David Wagner --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..89700e9 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# parameter-framework + +tl;dr: compilation instructions are at the end + +## Introduction + +WIP + +## Compiling + +Run `cmake .` then `make`. You may then install libraries, headers and +binaries with `make install`. By default, they are installed under +`/usr/local` on unix OSes; if you want to install them under a custom +directory, you may do so by passing it to the `cmake .` command; e.g. +`cmake -DCMAKE_INSTALL_PREFIX=/path/to/custom/install .`. -- cgit v1.1