blob: 81069332cbfb5d4dbf8413fa6b2930c3d2bf5bf6 [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.
Adrià Vilanova Martínez3465e772021-07-11 19:18:41 +020091. [Install NPM](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm/).
101. That's it! If you're using a Mac, you're out of luck, because you must
avm99963ea37fdf2021-02-03 01:27:13 +010011perform some more steps.
12
13## Mac-specific configuration
14On a Mac, you must also follow these steps:
15
16TODO(Issue #18): add macOS steps