• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H12-Nov-2019-10582

macros/H12-Nov-2019-5244

src/H03-May-2022-4,9443,613

AUTHORSH A D03-Apr-200216 21

COPYINGH A D14-Jul-201217.6 KiB340281

INSTALLH A D28-Dec-20017.6 KiB183143

Makefile.amH A D18-Nov-2015607 4131

Makefile.inH A D03-May-202228.8 KiB909809

NEWSH A D12-Nov-20193.7 KiB11876

READMEH A D28-Apr-20101,008 3119

THANKSH A D28-Dec-200136 43

aclocal.m4H A D12-Nov-201944.5 KiB1,2511,132

afternoonstalker.specH A D12-Nov-20191.8 KiB6649

afternoonstalker.spec.inH A D14-Jul-20121.8 KiB6649

autogen.shH A D27-Feb-200943 52

bootstrapH A D24-Oct-2004114 63

configureH A D12-Nov-2019160.3 KiB5,4934,512

configure.acH A D12-Nov-20191.3 KiB5742

depcompH A D10-Apr-201018.2 KiB631407

install-shH A D10-Apr-201013.3 KiB521344

missingH A D10-Apr-201011.2 KiB377281

README

1Afternoon Stalker - A robot-killing game.
2
3Copyright (C) 2001-2010 Pierre Sarrazin <http://sarrazip.com/>
4This program is free software distributed under the GNU GPL.
5See the file COPYING.
6
7
8This package is autoconfiscated.  See INSTALL for details.
9
10A manual page is provided: afternoonstalker.6
11
12The SDL, SDL_image and SDL_mixer libraries are required.
13See <http://www.libsdl.org>.  The 'sdl-config' script, which comes
14with the SDL development files, is expected to be in the PATH.
15
16My 'flatzebra' library is also needed.  You can get it from the
17Afternoon Stalker Home Page:
18
19  http://sarrazip.com/dev/afternoonstalker.html
20
21When a .wav file does not have the right characteristics (frequency,
22mono/stereo, etc), the sox(1) command can be used to convert .wav
23files to a specific format.  In this example, the desired format
24is 11025 hertz, 1 channel (mono), byte-sized samples and unsigned
25linear encoding:
26
27  sox original.wav -r 11025 -c 1 -b -u converted.wav
28
29See the sox(1) manual page for details.
30
31