Where can I find docs on how to make SDL run under Cygwin?

Hi, can someone please point me to docs explaining how to make SDL run under
Cygwin?

Hello !

Hi, can someone please point me to docs explaining how to make SDL run
under Cygwin?

To get SDL running with CYGWIN is really easy :

Download :

http://www.cygwin.com/setup.exe

Execute this setup.exe, install CYGWIN with it and
select the following packages :

GNOME
alternatives
apr
apr-util
apr1
aprutil1
ash
audiofile
autoconf
automake
base-files
base-passwd
bash
bc
binutils
bison
bzip2
chkconfig
coreutils
crypt
ctags
curl
cvs
cygrunsrv
cygutils
cygwin
cygwin-doc
cyrus-sasl
db
dejagnu
diffutils
e2fsprogs
editrights
email
esound
expat
expect
fetchmail
file
findutils
flex
gawk
gcc
gcc-mingw
gdb
gdbm
gettext
gnupg
grep
groff
gzip
initscripts
ioperm
less
libao
libgcrypt
libgpg-error
libiconv
libtool
libxml2
links
login
lynx
m4
make
man
mingw-runtime
minires
mktemp
mlcscope
multitail
nasm
ncftp
ncurses
neon
opencdk
opengl
openldap
openssh
openssl
patch
patchutils
pcre
perl
ping
pkg-config
popt
python
readline
rsync
run
sed
subversion
sysvinit
tar
tcltk
tcsh
termcap
terminfo
texinfo
tzcode
unzip
util-linux
vim
w32api
wget
which
zip
zlib

Maybe these are not all packages directly,
but choose the packages that are available there
and you should get everything needed.

The CYGWIN installer also takes care about dependencys
for you.

After the installation finished, start CYGWIN.

Then download and compile SDL from the website,
the same way as in Linux :

./autogen.sh
./configure
make
make install

On CYGWIN you don’t need to use su
between make and make install.

You should look at the configure messages,
you can also look with less the config.log
file.

Things can happen that your SDL version,
will not compiled with DirectX or OpenGL or MMX Support
for example, then look at this website what
to do about them :

http://www.libsdl.org/extras/win32/cygwin/README.txt

CU