aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTore Anderson2002-11-03 23:23:45 +0000
committerTore Anderson2002-11-03 23:23:45 +0000
commit6b423db3194c4e5ce5637bb13d0516e0e646bf7a (patch)
treedeed9a4fc983cf106e014162620df87f938d5774 /README
parentb53ee4210f347c1eff51195b016cbed7b09d74c8 (diff)
downloadscummvm-rg350-6b423db3194c4e5ce5637bb13d0516e0e646bf7a.tar.gz
scummvm-rg350-6b423db3194c4e5ce5637bb13d0516e0e646bf7a.tar.bz2
scummvm-rg350-6b423db3194c4e5ce5637bb13d0516e0e646bf7a.zip
Added instructions on how to build Debian packages from source.
svn-id: r5397
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index 078ae12506..9bb5fc3893 100644
--- a/README
+++ b/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:
--------