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 2
2
title : Installation
3
3
weight : 1
4
4
---
5
- Prerequisite:
5
+ Supported host OS:
6
+ - macOS (the latest version is recommended)
7
+ - Linux
8
+ - NetBSD (untested)
9
+ - Windows (untested)
6
10
11
+ Prerequisite:
7
12
- QEMU 7.0 or later (Required, only if QEMU driver is used)
8
13
9
14
{{< tabpane text=true >}}
@@ -38,7 +43,6 @@ Download the binary archive of Lima from <https://github.com/lima-vm/lima/releas
38
43
and extract it under ` /usr/local ` (or somewhere else).
39
44
40
45
``` bash
41
- brew install jq
42
46
VERSION=$( curl -fsSL https://api.github.com/repos/lima-vm/lima/releases/latest | jq -r .tag_name)
43
47
curl -fsSL " https://github.com/lima-vm/lima/releases/download/${VERSION} /lima-${VERSION: 1} -$( uname -s) -$( uname -m) .tar.gz" | tar Cxzvm /usr/local
44
48
```
54
58
make install
55
59
```
56
60
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 ` .
58
67
59
68
This requires kconfig tools installed, it is also possible to edit ` .config ` .
60
69
The default configuration can be found in the file ` config.mk ` (make syntax).
61
70
62
- ## Kconfig tools
63
-
64
71
The tools are available as either "kconfig-frontends" or "kbuild-standalone".
65
72
There is one ` conf ` for the text, and one ` mconf ` for the menu interface.
66
73
You can’t perform that action at this time.
0 commit comments