Added instructions on how to build Debian packages from source.
svn-id: r5397
This commit is contained in:
parent
b53ee4210f
commit
6b423db319
1 changed files with 9 additions and 0 deletions
9
README
9
README
|
@ -193,6 +193,15 @@ messages (see http://www.sysinternals.com/ntw2k/freeware/debugview.shtml).
|
|||
* Enter the compiled SDLAudio.lib to your link libraries list
|
||||
* Now it should compile successfully
|
||||
|
||||
Debian GNU/Linux:
|
||||
* Install the packages 'build-essential', 'fakeroot', 'debhelper',
|
||||
'libsdl1.2-dev', and 'libmad0-dev' on your system.
|
||||
* Optional: Install the 'libvorbis-dev' and/or the 'libasound2-dev'
|
||||
packages, and edit the Makefile to turn on support for Ogg Vorbis
|
||||
and/or the ALSA sequencer.
|
||||
* Run 'make deb'.
|
||||
* Finally run 'dpkg -i ../scummvm-cvs*deb', and you're done.
|
||||
|
||||
|
||||
Running:
|
||||
--------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue