avm99963 | ea37fdf | 2021-02-03 01:27:13 +0100 | [diff] [blame^] | 1 | # Set up the development environment |
| 2 | Before starting to develop, you must set up your device. This is what you must |
| 3 | do: |
| 4 | |
| 5 | 1. [Install Go](https://golang.org/doc/install). On Mac, you can install it |
| 6 | with [Homebrew](https://brew.sh/) by running `brew install go`. |
| 7 | - This is because the build script uses a Go program to generate the |
| 8 | manifest. |
| 9 | 2. That's it! If you're using a Mac, you're out of luck, because you must |
| 10 | perform some more steps. |
| 11 | |
| 12 | ## Mac-specific configuration |
| 13 | On a Mac, you must also follow these steps: |
| 14 | |
| 15 | TODO(Issue #18): add macOS steps |