head	1.4;
access;
symbols;
locks; strict;
comment	@# @;


1.4
date	2000.12.27.21.57.52;	author gzheng;	state dead;
branches;
next	1.3;

1.3
date	2000.11.19.02.37.07;	author gzheng;	state Exp;
branches;
next	1.2;

1.2
date	2000.11.16.01.49.04;	author gzheng;	state Exp;
branches;
next	1.1;

1.1
date	2000.11.15.22.09.54;	author gzheng;	state Exp;
branches;
next	;


desc
@@


1.4
log
@move README to charm home and renamed to README.cygwin
@
text
@This directory contains the configurations for compiling charm on cygwin.
Note This version of cygwin is still under testing.

To compile charm on cygwin:
1. install cygwin from: http://sourceware.cygnus.com/cygwin
   with inetutils and w32api packages. 

2. compile charm++:    ./SUPER_INSTALL charm++ net-cygwin

3. setting up running environment:
   setup /etc/inetd.conf and /etc/services to start rshd, 
   Here is an example of /etc/inetd.conf:

###
shell stream tcp nowait.1000  root /usr/sbin/in.rshd  in.rshd
###

   and an example of /etc/services:

###   
shell     514/tcp    cmd
###

3. before running charm program, start 'inetd' first to get rshd running.


@


1.3
log
@conv-host no longer need /bin/csh to start remote program.
set CMK_CONV_HOST_CSH_UNAVAILABLE to 1 to use /bin/sh instead.
@
text
@@


1.2
log
@README for cygwin
@
text
@d6 1
a6 3
   with inetutils and w32api packages. TCSH need to be installed separately
   in order to run charm programs.  (tcsh doesn't come with the cygwin package,
   but can be found on the same web site) 
@


1.1
log
@add conv-mach for net-cygwin
@
text
@d1 2
a2 1
These directory contains the configurations for charm on cygwin.
d6 10
a15 3
   with inetutils and w32api packages.
   setup /etc/inetd.conf and /etc/services to use rshd, 
   Here is an example of inetd.conf:
d19 1
d21 1
d26 2
a27 1
2. compile charm++:    ./SUPER_INSTALL charm++ net-cygwin
a28 1
3. before running charm program, start 'inetd' first.
@

