diff options
Diffstat (limited to 'doc/09.tex')
-rw-r--r-- | doc/09.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/09.tex b/doc/09.tex index b31bad3095..ac48eb3a00 100644 --- a/doc/09.tex +++ b/doc/09.tex @@ -14,7 +14,7 @@ USE\_MAD. Tools for compressing .SOU files to .SO3 files can be found in the 'tools' CVS module, or in the 'scummvm-tools' package. 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 \url{http://www.sysinternals.com/ntw2k/freeware/debugview.shtml}). \subsection{GCC} \begin{itemize} @@ -39,7 +39,7 @@ messages (see http://www.sysinternals.com/ntw2k/freeware/debugview.shtml). \subsection{PocketPC Windows CE} \begin{itemize} \item Download the SDLAudio library:\\ - http://arisme.free.fr/PocketScumm/sources/SDLAudio-1.2.3-src.zip + \url{http://arisme.free.fr/PocketScumm/sources/SDLAudio-1.2.3-src.zip} \item Open and compile the SDLAudio WCEBuild/WCEBuild workspace in EVC++ \item Open the ScummVM wince/PocketScumm workspace @@ -63,7 +63,7 @@ messages (see http://www.sysinternals.com/ntw2k/freeware/debugview.shtml). \item Make sure you have the developer tools installed. \item The SDL developer package for OS X available on the SDL web site is \textit{not} suitable. Rather, you require a unix-style build of SDL. One - way to get that is to install SDL via Fink (http://fink.sf.net). + way to get that is to install SDL via Fink (\url{http://fink.sf.net}). Alternatively you could compile SDL manually from source using its unix build system (\texttt{configure \&\& make}). \item Type \texttt{./configure} in the ScummVM directory |