File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
website/content/en/docs/Installation Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -56,5 +56,18 @@ cd lima
56
56
make
57
57
make install
58
58
```
59
+
60
+ To change the build configuration, run ` make config ` or ` make menuconfig ` .
61
+
62
+ This requires kconfig tools installed, it is also possible to edit ` .config ` .
63
+ The default configuration can be found in the file ` config.mk ` (make syntax).
64
+
65
+ ## Kconfig tools
66
+
67
+ The tools are available as either "kconfig-frontends" or "kbuild-standalone".
68
+ There is one ` conf ` for the text, and one ` mconf ` for the menu interface.
69
+
70
+ A python implementation is available at < https://pypi.org/project/kconfiglib > .
71
+ It can be installed with ` pip install --user kconfiglib ` , including ` guiconfig ` .
59
72
{{% /tab %}}
60
73
{{< /tabpane >}}
You can’t perform that action at this time.
0 commit comments