[vlc-devel] Configuring VLC Trunk (2.1) on Ubuntu 12.04.2 ("gcc-mingw32 not getting installed")

armand bendanan armand.bendanan at free.fr
Tue Jul 9 13:32:26 CEST 2013


Thanks Rafaël, it works.

I have downloaded:
	mingw_version=5915	
	web="http://ftp.us.debian.org/debian/pool/main/m/mingw-w64"
	w64="mingw-w64_3.0~svn${mingw_version}-1_all.deb"
	download $web/$w64
	w64_dev="mingw-w64-dev_3.0~svn${mingw_version}-1_all.deb"
	download $web/$w64_dev
	w64_i686_dev="mingw-w64-i686-dev_3.0~svn${mingw_version}-1_all.deb"
	download $web/$w64_i686_dev
	w64_x86_64_dev="mingw-w64-x86-64-dev_3.0~svn${mingw_version}-1_all.deb"
	download $web/$w64_x86_64_dev
	w64_tools="mingw-w64-tools_3.0~svn${mingw_version}-1_amd64.deb"
	download $web/$w64_tools

And installed using:
	sudo dpkg -i \
		$w64 \
		$w64_dev \
		$w64_i686_dev \
		$w64_x86_64_dev \
		$w64_tools

I have a 12.04 LTS Ubuntu up to date.
I am using this Ubuntu machine only to cross compile VLC for Windows.
If there is a more appropriate or simple cross compilation environment, let me know, I will install and use it...


> -----Original Message-----
> From: vlc-devel [mailto:vlc-devel-bounces at videolan.org] On Behalf Of
> Rafaël Carré
> Sent: mardi 9 juillet 2013 07:59
> To: Mailing list for VLC media player developers
> Subject: Re: [vlc-devel] Configuring VLC Trunk (2.1) on Ubuntu 12.04.2
> ("gcc-mingw32 not getting installed")
> 
> Hello,
> 
> Le 08/07/2013 18:35, armand bendanan a écrit :
> > Hi,
> > How to install the last mingw64 package from debian experimental on my
> > ubuntu machine Thanks
> 
> I go on http://packages.debian.org/sid/mingw-w64-dev (the packages have
> been moved to unstable now), and download the .deb manually : see the
> list of architectures at the bottom. You'll also need the 2 dependencies
> mingw-w64-i686-dev and mingw-w64-x86_64-dev
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel




More information about the vlc-devel mailing list