[q-lang-cvs] q-openal INSTALL,1.3,1.4
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2008-01-27 09:35:14
|
Update of /cvsroot/q-lang/q-openal In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32596 Modified Files: INSTALL Log Message: update Windows installation instructions Index: INSTALL =================================================================== RCS file: /cvsroot/q-lang/q-openal/INSTALL,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** INSTALL 15 Dec 2007 00:36:30 -0000 1.3 --- INSTALL 27 Jan 2008 09:35:09 -0000 1.4 *************** *** 46,51 **** 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. You'll also need the OpenAL import libraries for mingw, which ! are available as a Dev-C++ DevPak, see http://www.bloodshed.net. In the src directory, run "make -f Makefile.mingw realclean", then "make -f --- 46,52 ---- 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 |