Files
flippr-code/README.md
2018-07-10 21:08:34 +02:00

9 lines
254 B
Markdown

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