Update of /cvsroot/q-lang/q-ncurses
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6128
Modified Files:
INSTALL
Log Message:
add some notes about (lack of) Windows support
Index: INSTALL
===================================================================
RCS file: /cvsroot/q-lang/q-ncurses/INSTALL,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** INSTALL 27 Aug 2007 17:40:14 -0000 1.2
--- INSTALL 10 Dec 2007 11:43:44 -0000 1.3
***************
*** 3,8 ****
============
! Binary packages for Linux and Windows are (or will soon be) available from
! http://q-lang.sf.net.
To install from the sources, first check that you have ncurses and the
--- 3,7 ----
============
! Binary packages for Linux are available from http://q-lang.sf.net.
To install from the sources, first check that you have ncurses and the
***************
*** 51,55 ****
you can also roll a distribution tarball by running 'make dist'.
Good luck! :)
! August 2007
Albert Graef
--- 50,62 ----
you can also roll a distribution tarball by running 'make dist'.
+ WINDOWS USERS: Currently this module is *not* supported on Windows, so you're
+ on your own. A (more or less) ncurses-compatible curses implementation for
+ Windows is available at http://pdcurses.sf.net, but this module hasn't been
+ tested with it yet. In any case pdcurses currently lacks the menu and form
+ libraries, so you will have to disable the corresponding wrapper code in
+ curses.i. If anyone manages to port this module to Windows then please send me
+ the necessary patches so that they can be included in the next release.
+
Good luck! :)
! December 2007
Albert Graef
|