summaryrefslogtreecommitdiffstats
path: root/debian-build/README.debian
diff options
context:
space:
mode:
authorattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-09 12:26:11 +0000
committerattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-09 12:26:11 +0000
commitb571babb131b338653162dd2d4d5da529860b011 (patch)
tree599c911e26a31f1f25c08616334df4bd3b67b717 /debian-build/README.debian
parent381752776c08d84ef9b8d2d54add027625231b74 (diff)
downloadmpv-b571babb131b338653162dd2d4d5da529860b011.tar.bz2
mpv-b571babb131b338653162dd2d4d5da529860b011.tar.xz
Adding debian-build directory by request of Deriush Pietrzak
This is thought for creating debian binary packages for distribution. IMPORTANT: THIS DOESNT WORK CURRENTLY git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9365 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'debian-build/README.debian')
-rw-r--r--debian-build/README.debian16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian-build/README.debian b/debian-build/README.debian
new file mode 100644
index 0000000000..190211b2a1
--- /dev/null
+++ b/debian-build/README.debian
@@ -0,0 +1,16 @@
+mplayer for Debian
+----------------------
+
+ Most options are autodetected or configured during compilation thus
+ users are supposed to build this package themselves.
+
+ Recommended method is running "fakeroot debian/rules binary" in the top
+ directory
+
+ In case you would like to pass some parameters to ./configure, set variable
+ DEB_BUILD_OPTIONS like that:
+
+ eyck@ghost$ DEB_BUILD_OPTIONS="--enable-streaming" fakeroot debian/rules binary
+
+
+Dariush Pietrzak <eyck@ghost.anime.pl> Sat Jan 5 20:28:23 CET 2002