[MPlayer-cvslog] r34210 - trunk/DOCS/tech/crosscompile.txt
ib
subversion at mplayerhq.hu
Mon Oct 17 12:47:28 CEST 2011
Author: ib
Date: Mon Oct 17 12:47:28 2011
New Revision: 34210
Log:
Revise documentation.
Give a configure command that will work on 64 bit Linux, too.
Modified:
trunk/DOCS/tech/crosscompile.txt
Modified: trunk/DOCS/tech/crosscompile.txt
==============================================================================
--- trunk/DOCS/tech/crosscompile.txt Mon Oct 17 12:46:38 2011 (r34209)
+++ trunk/DOCS/tech/crosscompile.txt Mon Oct 17 12:47:28 2011 (r34210)
@@ -47,7 +47,6 @@ your Linux build, because the Wine and L
Configure with
- ./configure --target=$(uname -m)-wine --cc=winegcc --windres=wrc
+ ./configure --target=i686-wine --cc="winegcc -m32" --windres=wrc --enable-gui
-and add any options you normally use for your Linux build (such as
---enable-gui), then run make.
+and add any options you normally use for your Linux build, then run make.
More information about the MPlayer-cvslog
mailing list