summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMATSUU Takuto <matsuu@gmail.com>2014-07-19 11:16:43 +0900
committerMATSUU Takuto <matsuu@gmail.com>2014-07-19 11:16:43 +0900
commitca74903c6c9e21ee2abe0201652f1ed22022099e (patch)
tree6396d62a5b9e12388d11a36ca0dd909ef6f5fa03 /README.md
parent787e1099f355a74afb493cb31e351bdec3f6663d (diff)
downloadgentoo-distcc-ca74903c6c9e21ee2abe0201652f1ed22022099e.tar.gz
gentoo-distcc-ca74903c6c9e21ee2abe0201652f1ed22022099e.tar.bz2
gentoo-distcc-ca74903c6c9e21ee2abe0201652f1ed22022099e.tar.xz
gentoo-distcc-ca74903c6c9e21ee2abe0201652f1ed22022099e.zip
Initial import
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 18 insertions, 2 deletions
diff --git a/README.md b/README.md
index c5e1c79..638a8cb 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,20 @@
-docker-gentoo-distccd
-=====================
+# dockerfile-gentoo-distccd
Dockerfile for distccd server on gentoo
+
+## Setup
+
+ docker run -d -P --name distccd matsuu/gentoo-distccd
+ docker port distccd 3632
+ 0.0.0.0:49153
+
+## Howto
+
+ export DISTCC_HOSTS="server:49153,lzo,cpp"
+ pump make CC=distcc -j4
+
+## References
+
+- [distcc: a fast, free distributed C/C++ compiler](https://code.google.com/p/distcc/)
+- [Gentoo Linux](https://www.gentoo.org/)
+- [Distcc - Gentoo Wiki](http://wiki.gentoo.org/wiki/Distcc)