summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavid Wagner <david.wagner@intel.com>2014-02-18 16:48:21 +0100
committerDavid Wagner <david.wagner@intel.com>2014-02-18 16:48:21 +0100
commit3635048a9854d5fa5e5bd254c3de74eecdc53a01 (patch)
tree345748def1a1b422095cc907c4b1d8ef26d0bbfd /README.md
parent6c91a86d7b07a59f951bbaad5dc799073391a8bb (diff)
downloadexternal_parameter-framework-3635048a9854d5fa5e5bd254c3de74eecdc53a01.zip
external_parameter-framework-3635048a9854d5fa5e5bd254c3de74eecdc53a01.tar.gz
external_parameter-framework-3635048a9854d5fa5e5bd254c3de74eecdc53a01.tar.bz2
Add a README
Signed-off-by: David Wagner <david.wagner@intel.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
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 .`.