File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed
website/content/en/docs/installation Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 22title : Installation
33weight : 1
44---
5- Prerequisite:
5+ Supported host OS:
6+ - macOS (the latest version is recommended)
7+ - Linux
8+ - NetBSD (untested)
9+ - Windows (untested)
610
11+ Prerequisite:
712- QEMU 7.0 or later (Required, only if QEMU driver is used)
813
914{{< tabpane text=true >}}
@@ -38,7 +43,6 @@ Download the binary archive of Lima from <https://github.com/lima-vm/lima/releas
3843and extract it under ` /usr/local ` (or somewhere else).
3944
4045``` bash
41- brew install jq
4246VERSION=$( curl -fsSL https://api.github.com/repos/lima-vm/lima/releases/latest | jq -r .tag_name)
4347curl -fsSL " https://github.com/lima-vm/lima/releases/download/${VERSION} /lima-${VERSION: 1} -$( uname -s) -$( uname -m) .tar.gz" | tar Cxzvm /usr/local
4448```
5458make install
5559```
5660
57- To change the build configuration, run ` make config ` or ` make menuconfig ` .
61+ The installation directory (` $PREFIX ` ) defaults to ` /usr/local ` .
62+
63+ #### Advanced configuration with Kconfig tools
64+ (This step is not needed for most users)
65+
66+ To change the build configuration such as the guest architectures, run ` make config ` or ` make menuconfig ` .
5867
5968This requires kconfig tools installed, it is also possible to edit ` .config ` .
6069The default configuration can be found in the file ` config.mk ` (make syntax).
6170
62- ## Kconfig tools
63-
6471The tools are available as either "kconfig-frontends" or "kbuild-standalone".
6572There is one ` conf ` for the text, and one ` mconf ` for the menu interface.
6673
You can’t perform that action at this time.
0 commit comments