| www.delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| Sender: | cygwin-apps-owner AT sourceware DOT cygnus DOT com |
| List-Subscribe: | <mailto:cygwin-apps-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin-apps/> |
| List-Post: | <mailto:cygwin-apps AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-apps-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/lists.html#faqs> |
| Delivered-To: | mailing list cygwin-apps AT sources DOT redhat DOT com |
| X-Authentication-Warning: | hp2.xraylith.wisc.edu: khan owned process doing -bs |
| Date: | Wed, 24 Jan 2001 12:03:45 -0600 (CST) |
| From: | Mumit Khan <khan AT NanoTech DOT Wisc DOT EDU> |
| To: | Michael Bohl Jenner <mj AT kom DOT auc DOT dk> |
| cc: | Cygwin-Apps <cygwin-apps AT sourceware DOT cygnus DOT com> |
| Subject: | Re: rsync cygwin port request |
| In-Reply-To: | <EIEMJBFNIALFEHIMFLOHCEJECCAA.mj@kom.auc.dk> |
| Message-ID: | <Pine.HPP.3.96.1010124120135.6114W-100000@hp2.xraylith.wisc.edu> |
| MIME-Version: | 1.0 |
On Wed, 24 Jan 2001, Michael Bohl Jenner wrote:
> Is it hard to port rsync ? (it isn't listed on the "Additional packages that
> can be built" page, http://sources.redhat.com/cygwin/ported.html) Anyone
> with a step-by-step guide on compiling rsync using cygwin ? ... hints,
> suggestions etc are very welcomed!
Here's the recipe:
1. Get rsync (current release is version 2.4.6) from one of the very
many places. See http://rsync.samba.org/ for more info..
2. Unpack, configure and build:
$ tar zxf rsync-2.4.6.tar.gz
$ cd rsync-2.4.6
$ ./configure
$ make
[ the default "prefix" is /usr/local, and installing will put
rsync in /usr/local/bin ]
$ make install
3. Run it.
I do see an issue with rsync claiming read error when it's done, but
haven't had a chance to look if it's a real error or false alarm yet.
Regards,
Mumit
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |