9 lines
253 B
Markdown
9 lines
253 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_
|