summaryrefslogtreecommitdiff
path: root/build-tools/macos-build/README.md
blob: a0cf468d64e8f6646ee4db68776d800e56d91d45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
## Build VyOS iso in MAC

  `make build`

### Create crux based iso

  `os=jessie64 branch=crux make build`

### Custom build options

  `os=jessie64 branch=crux configureopt='--architecture amd64 --build-by richard@vyos.io' make build`

### Clean up VM

  `make clean`

### Purge build and clean

  `make purge`

### Dependencies

  - vagrant
  - virtualbox
  - rsync