diff --git a/README b/README deleted file mode 100644 index 9a14950..0000000 --- a/README +++ /dev/null @@ -1 +0,0 @@ -Here you will find code for the Flipper-project diff --git a/README.md b/README.md new file mode 100644 index 0000000..64e1117 --- /dev/null +++ b/README.md @@ -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_