| |
---|
| | |
---|
| | |
---|
| | ## Building The Bootstrap Image |
---|
| | |
---|
| | 1. Log into your build machine, VM, or docker image. |
---|
| | |
---|
| | 2. Make sure you have write permission to the installation directory. |
---|
| | |
---|
| | 3. Make sure the native OS compiler tools are installed. |
---|
| | |
---|
| | 4. Get the linuxbrew image: |
---|
| | |
---|
| | `make getbrew` |
---|
| | |
---|
| | 5. Build the bootstrap image: |
---|
| | |
---|
| | `make bootstrap-build` |
---|
| | |
---|
| | 6. Build a release tarball and export it: |
---|
| | |
---|
| | `make bootstrap-release` |
---|
| | |
---|
| | 7. Cleanup: |
---|
| | |
---|
| | `make clean` |
---|
| | |
---|
| | |
---|
| | ## Building The Full Tools Set |
---|
| | |
---|
| | |
---|
| |
---|
| | |