Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aburdulescu/distcc_img
- Owner: aburdulescu
- Created: 2020-08-23T12:49:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-23T07:43:48.000Z (over 4 years ago)
- Last Synced: 2025-01-12T13:53:22.239Z (14 days ago)
- Language: Dockerfile
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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`