diff --git a/INSTALL b/INSTALL index c7e996fa..bea76f08 100644 --- a/INSTALL +++ b/INSTALL @@ -115,3 +115,13 @@ X11 As of 3.2, libXpanel is just a symlink to libXCurses. Both curses and panel functions are in the main library. + + +SDL +--- + +. On *nix, run "make". This assumes a working sdl-config, and is + currently hardwired to use gcc. + +. With MinGW, run "make -f Makefile.mng". This assumes SDL is installed + in the standard directories. diff --git a/Makefile.in b/Makefile.in index d4e151d6..5f972736 100644 --- a/Makefile.in +++ b/Makefile.in @@ -75,12 +75,12 @@ $(ZIPFILE): Makefile.in config.h.in configure configure.ac config.guess \ config.sub x11/xcurses-config.in install-sh aclocal.m4 curses.h \ curspriv.h panel.h term.h maintain.er pdcurses/README \ - pdcurses/*.c demos/README demos/*.c demos/*.h \ - dos/README dos/*.c dos/*.h dos/*.mak dos/*.lrf \ - os2/README os2/*.c os2/*.h os2/*.mak os2/*.lrf os2/*.def \ - x11/README x11/*.c x11/*.xbm x11/*.h win32/README win32/*.c \ - win32/*.h win32/*.mak win32/*.def win32/*.ico win32/*.rc \ - doc/*.txt doc/manext.c x11/Makefile.* doc/Makefile.in + pdcurses/*.c demos/README demos/*.c demos/*.h dos/README dos/*.c \ + dos/*.h dos/*.mak dos/*.lrf os2/README os2/*.c os2/*.h os2/*.mak \ + os2/*.lrf os2/*.def sdl1/README sdl1/*.c sdl1/*.h sdl1/Make* \ + win32/README win32/*.c win32/*.h win32/*.mak win32/*.def \ + win32/*.ico win32/*.rc x11/README x11/*.c x11/*.h x11/Makefile.* \ + x11/*.xbm doc/*.txt doc/manext.c doc/Makefile.in zip: $(ZIPFILE) @@ -94,17 +94,17 @@ zip: $(ZIPFILE) $(PDC_DIR)/install-sh $(PDC_DIR)/curses.h $(PDC_DIR)/curspriv.h \ $(PDC_DIR)/panel.h $(PDC_DIR)/term.h $(PDC_DIR)/maintain.er \ $(PDC_DIR)/pdcurses/README $(PDC_DIR)/pdcurses/*.c \ - $(PDC_DIR)/demos/README $(PDC_DIR)/demos/*.c \ - $(PDC_DIR)/demos/*.h $(PDC_DIR)/doc/*.txt \ - $(PDC_DIR)/dos/README $(PDC_DIR)/dos/*.c $(PDC_DIR)/dos/*.h \ - $(PDC_DIR)/dos/*.mak $(PDC_DIR)/dos/*.lrf $(PDC_DIR)/os2/README \ - $(PDC_DIR)/os2/*.c $(PDC_DIR)/os2/*.h $(PDC_DIR)/os2/*.mak \ - $(PDC_DIR)/os2/*.lrf $(PDC_DIR)/os2/*.def $(PDC_DIR)/x11/README \ + $(PDC_DIR)/demos/README $(PDC_DIR)/demos/*.c $(PDC_DIR)/demos/*.h \ + $(PDC_DIR)/doc/*.txt $(PDC_DIR)/dos/README $(PDC_DIR)/dos/*.c \ + $(PDC_DIR)/dos/*.h $(PDC_DIR)/dos/*.mak $(PDC_DIR)/dos/*.lrf \ + $(PDC_DIR)/os2/README $(PDC_DIR)/os2/*.c $(PDC_DIR)/os2/*.h \ + $(PDC_DIR)/os2/*.mak $(PDC_DIR)/os2/*.lrf $(PDC_DIR)/os2/*.def \ + $(PDC_DIR)/sdl1/README $(PDC_DIR)/sdl1/*.c $(PDC_DIR)/sdl1/*.h \ + $(PDC_DIR)/sdl1/Make* $(PDC_DIR)/win32/README $(PDC_DIR)/win32/*.c \ + $(PDC_DIR)/win32/*.h $(PDC_DIR)/win32/*.mak $(PDC_DIR)/win32/*.def \ + $(PDC_DIR)/win32/*.ico $(PDC_DIR)/win32/*.rc $(PDC_DIR)/x11/README \ $(PDC_DIR)/x11/*.c $(PDC_DIR)/x11/*.xbm $(PDC_DIR)/x11/*.h \ - $(PDC_DIR)/x11/Makefile.* $(PDC_DIR)/win32/README \ - $(PDC_DIR)/win32/*.c $(PDC_DIR)/win32/*.h $(PDC_DIR)/win32/*.mak \ - $(PDC_DIR)/win32/*.def $(PDC_DIR)/win32/*.ico \ - $(PDC_DIR)/win32/*.rc $(PDC_DIR)/doc/manext.c \ + $(PDC_DIR)/x11/Makefile.* $(PDC_DIR)/doc/manext.c \ $(PDC_DIR)/doc/Makefile.in | gzip -9 > $(TARBALL)) dist: ../$(TARBALL) diff --git a/README b/README index db75278b..a902fd4a 100644 --- a/README +++ b/README @@ -25,7 +25,7 @@ in the documentation of packages linked with it is greatly appreciated. Ports ----- -PDCurses has been ported to DOS, OS/2, Win32 and X11. A directory +PDCurses has been ported to DOS, OS/2, Win32, X11 and SDL. A directory containing the port-specific source files exists for each of these platforms.