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.git
The 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 venv
To enter venv (virtual environment) on Linux,
source venv/bin/activate
On Windows,
.\venv\Scripts\Activate.ps1
To pull this application's python dependencies use the command,
pip install -r requirements.txt
To use application on Linux,
python3 main.py [--OPTIONS] [COMMAND] [ARGUMENTS]
To get list of available commands and help on Linux,
python3 main.py --help