|
From: Marcel T. <te...@us...> - 2002-07-17 21:37:57
|
Update of /cvsroot/openwince/tools/ioperm In directory usw-pr-cvs1:/tmp/cvs-serv5471 Modified Files: README Log Message: Added initial README (requirements, build & install steps). Index: README =================================================================== RCS file: /cvsroot/openwince/tools/ioperm/README,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- README 17 Jul 2002 13:11:15 -0000 1.1 +++ README 17 Jul 2002 21:37:54 -0000 1.2 @@ -0,0 +1,49 @@ +ioperm() support for cygwin (for Windows NT/2000/XP) +==================================================== + + +License +~~~~~~~ +- GNU GPL (see COPYING file) + + +Requirements: +~~~~~~~~~~~~~ +- cygwin (http://cygwin.com/) +- Windows DDK (for building ioperm.sys driver) + + +Build & install steps: +~~~~~~~~~~~~~~~~~~~~~~ +- download and unpack sources + + tar xvjf ioperm-VERSION.tar.bz2 + +- cd to ioperm source directory + + cd ioperm-VERSION + +- run configure script + + ./configure --with-ddk=/path/to/winddk --prefix=/usr + +- build ioperm + + make + +- install ioperm + + make install + +- install (activate) ioperm.sys driver + + ioperm -i + +- run spkrtest (optional step :-) + + tests/spkrtest + + +Notes: +~~~~~~ +- tested only with Windows XP |