summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-05 10:38:33 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-05 10:38:33 +0000
commitd6f15b8616afd3c0b3c92b315cafdc2002be2c05 (patch)
tree17b7117fe64a85ac896c1f4004d64cb628efa631 /README
parentf57cd12b88cc13bacfda3723ccbad879444faecb (diff)
downloadmpv-d6f15b8616afd3c0b3c92b315cafdc2002be2c05.tar.bz2
mpv-d6f15b8616afd3c0b3c92b315cafdc2002be2c05.tar.xz
Explain how to use custom options while building Debian packages, based on a
patch by Guillaume Poirier. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13875 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
index 579527dd23..4a716a5de8 100644
--- a/README
+++ b/README
@@ -171,6 +171,20 @@ NOTE: If you run Debian you can configure, compile and build a proper Debian
fakeroot debian/rules binary
+If you want to pass custom options to configure, you can set up the
+DEB_BUILD_OPTIONS environment variable. For instance, if you want GUI
+and OSD menu support you would use:
+
+ DEB_BUILD_OPTIONS="--enable-gui --enable-menu" fakeroot debian/rules binary
+
+You can also pass some variables to the Makefile. For example, if you want
+to compile with gcc 3.4 even if it's not the default compiler:
+
+ CC=gcc-3.4 DEB_BUILD_OPTIONS="--enable-gui" fakeroot debian/rules clean
+
+To clean up the source tree run the following command:
+
+ fakeroot debian/rules clean
____________________________________________
STEP5: Installing the onscreen display fonts