From 7c16a88030b12c2ea9b653e7f90c76d90def3b82 Mon Sep 17 00:00:00 2001 From: Neeflix Date: Tue, 10 Jul 2018 20:59:09 +0200 Subject: [PATCH 1/2] adapted readme file --- README | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README b/README index 9a14950..64e1117 100644 --- a/README +++ b/README @@ -1 +1,8 @@ -Here you will find code for the Flipper-project +# Build the driver library +To build the flippr-driver library run the following commands: +```sh1 +$ cd flippr-code/FlippR-Driver/build +$ cmake .. +$ make +``` +This will create you the static-library file: _flippr-code/FlippR-Driver/bin/libflippr-driver.a_ From df967d3e807e6f66baaf7b284205fab96f74e90f Mon Sep 17 00:00:00 2001 From: Neeflix Date: Tue, 10 Jul 2018 21:01:29 +0200 Subject: [PATCH 2/2] changed readme name --- README => README.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename README => README.md (100%) diff --git a/README b/README.md similarity index 100% rename from README rename to README.md