mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
update document dates
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1123 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
a8d8ab865d
commit
afe02e69d7
3 changed files with 6 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
||||||
<toc>
|
<toc>
|
||||||
<verb></verb>
|
<verb></verb>
|
||||||
|
|
||||||
<em>Page last edited Oct. 11, 2014</em>
|
<em>Page last edited Oct. 17, 2014</em>
|
||||||
|
|
||||||
<sect> About <p>
|
<sect> About <p>
|
||||||
|
|
||||||
|
@ -72,7 +72,7 @@ Compile time options include
|
||||||
<item><bf>make DO_USERDIRS=1</bf> to include user directories support
|
<item><bf>make DO_USERDIRS=1</bf> to include user directories support
|
||||||
<item><bf>make DEBUG=1</bf> for debugging
|
<item><bf>make DEBUG=1</bf> for debugging
|
||||||
<item><bf>make SDL_CONFIG=</bf><em>/PATH/TO/SDL-CONFIG</em> for unusual SDL installations
|
<item><bf>make SDL_CONFIG=</bf><em>/PATH/TO/SDL-CONFIG</em> for unusual SDL installations
|
||||||
<item><bf>make USE_SDL2=1</bf> to compile against SDL2 instead of SDL1.2
|
<item><bf>make USE_SDL2=1</bf> to compile against SDL2 instead of SDL-1.2
|
||||||
</itemize>
|
</itemize>
|
||||||
<p>Streaming music playback requires "libmad" or "libmpg123" for MP3, and "libogg" and "libvorbis" for OGG files.
|
<p>Streaming music playback requires "libmad" or "libmpg123" for MP3, and "libogg" and "libvorbis" for OGG files.
|
||||||
<p>The project can also be built with Codeblocks (project files included).</p>
|
<p>The project can also be built with Codeblocks (project files included).</p>
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<PRE>
|
<PRE>
|
||||||
</PRE>
|
</PRE>
|
||||||
</P>
|
</P>
|
||||||
<P><EM>Page last edited Oct. 11, 2014</EM></P>
|
<P><EM>Page last edited Oct. 17, 2014</EM></P>
|
||||||
|
|
||||||
<P>
|
<P>
|
||||||
<H2><A NAME="toc1">1.</A> <A HREF="Quakespasm.html#s1">About </A></H2>
|
<H2><A NAME="toc1">1.</A> <A HREF="Quakespasm.html#s1">About </A></H2>
|
||||||
|
@ -147,7 +147,7 @@ Compile time options include
|
||||||
<LI><B>make DO_USERDIRS=1</B> to include user directories support</LI>
|
<LI><B>make DO_USERDIRS=1</B> to include user directories support</LI>
|
||||||
<LI><B>make DEBUG=1</B> for debugging</LI>
|
<LI><B>make DEBUG=1</B> for debugging</LI>
|
||||||
<LI><B>make SDL_CONFIG=</B><EM>/PATH/TO/SDL-CONFIG</EM> for unusual SDL installations</LI>
|
<LI><B>make SDL_CONFIG=</B><EM>/PATH/TO/SDL-CONFIG</EM> for unusual SDL installations</LI>
|
||||||
<LI><B>make USE_SDL2=1</B> to compile against SDL2 instead of SDL1.2</LI>
|
<LI><B>make USE_SDL2=1</B> to compile against SDL2 instead of SDL-1.2</LI>
|
||||||
</UL>
|
</UL>
|
||||||
</P>
|
</P>
|
||||||
<P>Streaming music playback requires "libmad" or "libmpg123" for MP3, and "libogg" and "libvorbis" for OGG files.</P>
|
<P>Streaming music playback requires "libmad" or "libmpg123" for MP3, and "libogg" and "libvorbis" for OGG files.</P>
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
______________________________________________________________________
|
______________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
Page last edited Oct. 11, 2014
|
Page last edited Oct. 17, 2014
|
||||||
|
|
||||||
|
|
||||||
1. About
|
1. About
|
||||||
|
@ -131,7 +131,7 @@
|
||||||
|
|
||||||
o make SDL_CONFIG=/PATH/TO/SDL-CONFIG for unusual SDL installations
|
o make SDL_CONFIG=/PATH/TO/SDL-CONFIG for unusual SDL installations
|
||||||
|
|
||||||
o make USE_SDL2=1 to compile against SDL2 instead of SDL1.2
|
o make USE_SDL2=1 to compile against SDL2 instead of SDL-1.2
|
||||||
|
|
||||||
Streaming music playback requires "libmad" or "libmpg123" for MP3, and
|
Streaming music playback requires "libmad" or "libmpg123" for MP3, and
|
||||||
"libogg" and "libvorbis" for OGG files.
|
"libogg" and "libvorbis" for OGG files.
|
||||||
|
|
Loading…
Reference in a new issue