blob: 650ce31404302151700fd216ddd0b74b89517f53 [file] [log] [blame] [view]
avm99963ea37fdf2021-02-03 01:27:13 +01001# Set up the development environment
2Before starting to develop, you must set up your device. This is what you must
3do:
4
51. [Install Go](https://golang.org/doc/install). On Mac, you can install it
6with [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.
92. That's it! If you're using a Mac, you're out of luck, because you must
10perform some more steps.
11
12## Mac-specific configuration
13On a Mac, you must also follow these steps:
14
15TODO(Issue #18): add macOS steps