aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5564fc0..dc88d4f 100644
--- a/README.md
+++ b/README.md
@@ -53,6 +53,14 @@ To download the latest available release, clone this repository.
$ cd ./fastmouse
```
+First, you need to setup the kernel build in `kernel/` to whatever suits your needs.
+If you don't know what to do here, just save the defaults of menuconfig via:
+```console
+ $ cd ./linux
+ $ make menuconfig
+ $ cd ../
+```
+
We use cmake to as our build system, which consists of three steps. First, cmake
will attempt to build fastmouse with a test runner via googletest. If this succeeds,
cmake will make sure that all tests pass before moving on to the second step: attempting