diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
