blob: a8e75eeac6cc1d7c927c3687bf142d33eb52a511 [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/).
Adrià Vilanova Martínez8aad84f2021-08-20 15:11:38 +0200101. Now, you must clone the git repository to your device to retrieve the
11extension source code. To do that,
12[go here](https://gerrit.avm99963.com/admin/repos/infinitegforums) and execute
13the "clone with commit-msg hook" command listed there (if you sign in you'll see
14several options: cloning via anonymous HTTP, HTTP, or SSH).
Adrià Vilanova Martínez3465e772021-07-11 19:18:41 +0200151. That's it! If you're using a Mac, you're out of luck, because you must
avm99963ea37fdf2021-02-03 01:27:13 +010016perform some more steps.
17
18## Mac-specific configuration
19On a Mac, you must also follow these steps:
20
21TODO(Issue #18): add macOS steps