VLC在Ubuntu下cross compile总结

  • Post author:
  • Post category:其他


目标:在Ubuntu下编译可以在Windows(Win32)中运行的VLC

以下所有内容来自于VLC wiki中的Win32Compile文档


Building Methods


Cross-compile with Mingw on Linux

This page


Preferred

method (uses cross compilation). On Windows, you should do it in a virtual machine.

推荐在Ubuntu中进行交叉编译(Windows下可以在虚拟机中安装Ubuntu),在Windows下本地编译比较麻烦,而且容易出错,调试也不方便。


Obtaining the toolchain

Each build method requires its own toolchain:


  • Debian/Ubuntu

    users can

    apt-get install gcc-mingw32 mingw32-binutils

    .

安装交叉编译工具链

  • lua5.1
  • all autotools: libtool, automake, autoconf, gnu make, gettext



版权声明:本文为glcdw原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。