This commit is contained in:
Jonas Zeunert
2018-07-10 21:03:34 +02:00
2 changed files with 8 additions and 1 deletions

1
README
View File

@@ -1 +0,0 @@
Here you will find code for the Flipper-project

8
README.md Normal file
View File

@@ -0,0 +1,8 @@
# 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_