This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]