- Linux, Mac OS X, or Windows.
- git (used for source version control).
- An IDE such as Android Studio or Visual Studio Code.
- Ensure all the dependencies described in the previous section are installed.
- Fork
https://github.com/gfaraday/g_faradayinto your own GitHub account. If you already have a fork, and are now installing a development environment on a new machine, make sure you've updated your fork so that you don't use stale configuration options from long ago. git clone git@github.com:<your_name_here>/g_faraday.gitgit remote add upstream git@github.com:g_faraday/g_faraday.git(So that you fetch from the master repository, not your clone, when runninggit fetchet al.)