Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aburdulescu/distcc_img

distcc docker images for different linux distros
https://github.com/aburdulescu/distcc_img

Last synced: 12 days ago
JSON representation

distcc docker images for different linux distros

Awesome Lists containing this project

README

        

## Usage instructions

### For server(s)
```
git clone https://github.com/aburdulescu/distcc_img.git
cd distcc_img/the_folder_for_your_os
make
./run.sh
```

### For client(debian+cmake+ninja)
* install distcc

`sudo apt install distcc`

* add your server(s) IP/domain name to /etc/distcc/hosts

* add distcc as compiler

`cmake -DCMAKE_C_COMPILER_LAUNCHER=distcc -DCMAKE_CXX_COMPILER_LAUNCHER=distcc`

* run build command

`ninja`