Update of /cvsroot/q-lang/q-openal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12693
Modified Files:
INSTALL
Log Message:
update installation instructions
Index: INSTALL
===================================================================
RCS file: /cvsroot/q-lang/q-openal/INSTALL,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** INSTALL 27 Jan 2008 09:35:09 -0000 1.4
--- INSTALL 27 Jan 2008 10:05:12 -0000 1.5
***************
*** 39,52 ****
-------
! A compiled version of this module is included in the Qpad MSI package.
! To run this, you'll also have to install the OpenAL dlls. These are
! available as an installer program on Creative's OpenAL page, see
! http://www.openal.org/downloads.html for details.
To compile on Windows you'll need a recent version of MinGW and MSys from
www.mingw.org, as well as some Q-related development stuff contained in the
! Qpad package. OpenAL/ALUT 1.1 import libraries for mingw don't appear to be
! available on the net yet, so I made them available in the Q Windows source
! archive (Q-x.y-Win32.zip).
In the src directory, run "make -f Makefile.mingw realclean", then "make -f
--- 39,54 ----
-------
! A compiled version of this module is included in the Qpad MSI package. This
! now also includes the 1.1 OpenAL and ALUT dlls, so you don't have to install
! these separately any more.
To compile on Windows you'll need a recent version of MinGW and MSys from
www.mingw.org, as well as some Q-related development stuff contained in the
! Qpad package. OpenAL/ALUT 1.1 headers and import libraries for mingw don't
! appear to be available on the net yet, so I made them available in the Windows
! source (Q-x.y-Win32.zip). (You can also roll your own import libraries from
! openal32.dll and alut.dll using MinGW's pexports and dlltool utilities, and
! grab the header files from the OpenAL 1.1 Windows SDK available at
! http://www.openal.org.)
In the src directory, run "make -f Makefile.mingw realclean", then "make -f
|