From d093751d6e2d05ab74d8c5c948e128cadaf281b7 Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Mon, 14 Apr 2025 16:11:36 +1000 Subject: Update README.md with kernel build instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3