File: README.md

package info (click to toggle)
distcc 3.4%2Breally3.4-13
  • links: PTS
  • area: main
  • in suites: sid
  • size: 4,740 kB
  • sloc: ansic: 27,888; python: 6,460; sh: 4,330; makefile: 912; perl: 68
file content (21 lines) | stat: -rw-r--r-- 381 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Building distcc with different compilers

## Requirements:

Docker 1.9.1

## Build
The following command will create three images based on Ubuntu 16.04 using gcc 4.8, 5.4 and clang 3.8 and
build distcc inside the container.

```
$ cd docker
$ ./build.sh
```

In order to build only one variant use the following command:

```
$ cd docker
$ ./build.sh clang-3.8|gcc-4.8|gcc-5
```