SyedMustafaAhmad / extdistcc

Extended tools for the distcc utility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

extdistcc

Extended tools for the distcc utility

Getting Started

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.


Setup

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

About

Extended tools for the distcc utility


Languages

Language:Python 98.0%Language:Shell 2.0%