http://www.a1flexus.com/cygwin/ to setup.exe.
It does depend on openSSL, XWindow and the Open Sound System.
However, I think I got the XWindow dependency wrong in the attached setup.hint,
as a trial install seemed to download more files than required.
One advantage of rdesktop over Microsoft's Remote Desktop Connection, is that it
does not require admin priviledges to install.
Hmm. It could be useful, if I could find a way to _statically_ compile in all libraries.
Below is a script, which makes generating setup.hint easier. Not sure how to script the date.
#/bin/sh
#-*-Shell-Script-*- Time-stamp: <2004-05-23 07:28:32 Adrian>
#Copyright � 1998, 2004 by Bruce Ingalls bingalls(at)users.sourceforge(dot)net
#See file COPYING for GPL license.
# $Id$
#Script to build Cygwin packages. For maintainers, not end users
if [ $# -ne 1 ]; then echo "Syntax: `basename $0` foo.tar.bz2" echo "Creates setup.ini.append to cat>> onto setup.ini" exit fi
PKG=$1
NAME=`ls -l $PKG|cut -c57-` SIZE=`ls -l $PKG|cut -c35-42` HASH=`md5sum $PKG|cut -d' ' -f1` echo $NAME $SIZE $HASH>setup.ini.append echo "Created setup.ini.append file"
#Cygwin setup file @ rdesktop sdesc: "Remote MS Desktop Client" ldesc: "Displays native Microsoft desktop of a server running the rdp protocol" curr: 1.3.1.0 #prev: 1.3.1.0 category: X11 #Needs Open Sound System. Is that esound? requires: xorg-x11-bin openssl esound
# This file is automatically generated. If you edit it, your # edits will be discarded next time the file is generated. # See http://cygwin.com/setup.html for details. # setup-timestamp: 1070678649 @ Rdesktop sdesc: "Remote MS Desktop Client" ldesc: "Displays native Microsoft desktop of a server running the rdp protocol" version: 1.3.1.0 category: X11 #Needs Open Sound System. Is that esound? requires: xorg-x11-bin openssl esound install: release/rdesktop/rdesktop-1.3.1.0.tar.bz2 52049 e9c60ca5c79cdadb721cf325298aa146
