adapted readme file

This commit is contained in:
Neeflix
2018-07-10 20:59:09 +02:00
parent e55d15da24
commit 7c16a88030

9
README
View File

@@ -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_