diff options
Diffstat (limited to 'doc/09.tex')
-rw-r--r-- | doc/09.tex | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/09.tex b/doc/09.tex index 21206666f6..eeae365359 100644 --- a/doc/09.tex +++ b/doc/09.tex @@ -11,14 +11,15 @@ a supported compiler. Several compilers, including GCC, mingw and Microsoft Visual C++ are supported. If you wish to use MP3-compressed CD tracks or .SOU files, you will need to install the MAD library and define USE\_MAD. Tools for compressing .SOU files to .SO3 files can be -found in the 'tools' CVS module, or in the 'scummvm-tools' package.\\ -~\\ +found in the 'tools' CVS module, or in the 'scummvm-tools' package. + You can also comment/uncomment appropriate lines in the build.rules file to use sdl\_gl.cpp instead of sdl.cpp. This allows hardware accelerated bilinear -filtering by using OpenGL textures.\\ -~\\ +filtering by using OpenGL textures. + On Win9x/NT/XP you can define USE\_WINDBG and attach WinDbg to browse debug -messages (see http://www.sysinternals.com/ntw2k/freeware/debugview.shtml).\\ +messages (see http://www.sysinternals.com/ntw2k/freeware/debugview.shtml). + GCC: \begin{itemize} \item Type ./configure |