This is the mail archive of the
cygwin-apps
mailing list for the Cygwin project.
[ITA] distcc 2.18.3 - A fast, free, distributed C/C++ compiler
- From: Jari Aalto (Cygwin-bug#20070808T0434) <jari dot aalto at cante dot net>
- To: cygwin-apps at cygwin dot com
- Date: Wed, 08 Aug 2007 15:54:55 +0300
- Subject: [ITA] distcc 2.18.3 - A fast, free, distributed C/C++ compiler
Adopted package from Harold Hunt
Jari
sdesc: "A fast, free, distributed C/C++ compiler"
ldesc: "A program to distribute builds of C, C++, Objective C or
Objective C++ code across several machines on a network"
requires: cygwin gcc popt
category: Devel
a) manual download
wget \
http://cygwin.cante.net/distcc/distcc-2.18.3-2.tar.bz2 \
http://cygwin.cante.net/distcc/distcc-2.18.3-2-src.tar.bz2 \
http://cygwin.cante.net/distcc/setup.hint
b) for review: get.sh will print further instructions
gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8
mkdir distcc ; cd distcc
rm -f get.sh get.sh.sig
wget http://cygwin.cante.net/distcc/get.sh \
http://cygwin.cante.net/distcc/get.sh.sig
gpg --verify get.sh.sig get.sh &&
sh get.sh
cd /usr/src/cygwin-packages/distcc
less /usr/src/cygwin-packages/distcc/get.sh
tar -jtvf /usr/src/cygwin-packages/distcc/distcc-2.18.3-2.tar.bz2