==Mercurial==
[[https://www.mercurial-scm.org/|Mercurial]] is our chosen [[https://en.wikipedia.org/wiki/Version_control|version control system (VCS)]].
===Installing on Ubuntu Linux===
To install the Mercurial command line for Ubuntu/Debian Linux, run the following commands in a Terminal:
```
sudo apt-get update
sudo apt-get install mercurial
```
For installing the entire Mercurial GUI suite (recommended):
```
sudo apt-get install mercurial tortoisehg tortoisehg-nautilus meld python-iniparse
```
===Installing on TrueOS (BSD)===
To install the Mercurial command-line, run the following commands in a Terminal:
```
sudo pkg install -y mercurial
```
For installing the entire Mercurial GUI suite (recommended):
```
sudo pkg install -y mercurial tortoisehg meld
```
==Miscellaneous==
Sprite tools - https://www.codeandweb.com/