Using the same environment as above and trying to follow https://wiki.videolan.org/Win32Compile/. Note it states 'Ubuntu 14.04' is to old to build VLC - I assume this is with regards to the latest VLC e.g. 3.0.0 (it's not clear what version it's to old for?). Also using the 'prebuilt' third party libs as per instructions.
However ran into the following issues:
1)
The following instruction
Code: Select all
apt-get install wine64-development-tools libwine-dev zip p7zip nsis bzip2
2)
The following instruction
Code: Select all
../extras/package/win32/configure.sh --host=x86_64-w64-mingw32 --build=x86_64-pc-linux-gnu
Code: Select all
configure: error: source directory already configured; run "make distclean" there first
Code: Select all
configure: error: Could not find lua. Lua is needed for some interfaces (rc, telnet, http) as well as many other custom scripts. Use --disable-lua to ignore this error.
Code: Select all
../extras/package/win32/configure.sh --host=x86_64-w64-mingw32 --build=x86_64-pc-linux-gnu