mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
Add local build requirements
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
d94064e65e
commit
a0305873c7
@ -45,11 +45,17 @@ brew tap linuxkit/linuxkit
|
||||
brew install --HEAD linuxkit
|
||||
```
|
||||
|
||||
Build requirements from source:
|
||||
Build requirements from source using a container
|
||||
- GNU `make`
|
||||
- Docker
|
||||
- optionally `qemu`
|
||||
|
||||
For a local build using `make local`
|
||||
- `go`
|
||||
- `make`
|
||||
- `go get -u golang.org/x/lint/golint`
|
||||
- `go get -u github.com/gordonklaus/ineffassign`
|
||||
|
||||
### Building images
|
||||
|
||||
Once you have built the tool, use
|
||||
|
Loading…
Reference in New Issue
Block a user