mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 17:49:10 +00:00
Merge pull request #3422 from justincormack/building
Add local build requirements
This commit is contained in:
commit
d903a8a215
@ -45,11 +45,17 @@ brew tap linuxkit/linuxkit
|
|||||||
brew install --HEAD linuxkit
|
brew install --HEAD linuxkit
|
||||||
```
|
```
|
||||||
|
|
||||||
Build requirements from source:
|
Build requirements from source using a container
|
||||||
- GNU `make`
|
- GNU `make`
|
||||||
- Docker
|
- Docker
|
||||||
- optionally `qemu`
|
- 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
|
### Building images
|
||||||
|
|
||||||
Once you have built the tool, use
|
Once you have built the tool, use
|
||||||
|
Loading…
Reference in New Issue
Block a user