- 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_faraday
into 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 [email protected]:<your_name_here>/g_faraday.git
git remote add upstream [email protected]:g_faraday/g_faraday.git
(So that you fetch from the master repository, not your clone, when runninggit fetch
et al.)