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_