Penguin

Differences between version 2 and predecessor to the previous major change of DistCC.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Wednesday, November 15, 2006 3:48:56 pm by IanMcDonald Revert
Older page: version 1 Last edited on Thursday, September 8, 2005 1:43:33 pm by IanMcDonald Revert
@@ -3,10 +3,12 @@
 distcc acts as a front end to the [GCC] suite and uses compilers on other boxes on your network to speed compilation. 
  
 To use you need to install the distcc [Package] on each machine and do some setup. This is fairly well documented on the web so I won't repeat here (i.e. I am lazy). 
  
-When I compile software with three (slow) machines I do the following: %%%  
-= make -j6 CC='distcc'= %%%  
+When I compile software with three (slow) machines I do the following:  
+  
+<tt> make -j6 CC='distcc'</tt>  
+  
 The -j6 is to tell make to use 6 parallel tasks (recommended is 2 per CPU). 
  
 This works brilliantly for most programs.