Extended tools for the distcc utility
To get this package, download it through releases or to get souruce code,
git clone https://github.com/SyedMustafaAhmad/extdistcc.gitThe dependencies are listed in the requiremments.txt package and can be automatically installed by following the below setup instructions.
It is recommended to start with a python virtual environment. On Linux,
python3 -m venv venvTo enter venv (virtual environment) on Linux,
source venv/bin/activateOn Windows,
.\venv\Scripts\Activate.ps1To pull this application's python dependencies use the command,
pip install -r requirements.txtTo use application on Linux,
python3 main.py [--OPTIONS] [COMMAND] [ARGUMENTS]To get list of available commands and help on Linux,
python3 main.py --help