Skip to content

Instantly share code, notes, and snippets.

View jonathondgebhardt's full-sized avatar

Jonathon Gebhardt jonathondgebhardt

View GitHub Profile
@jonathondgebhardt
jonathondgebhardt / VLCWinCompile.md
Last active March 16, 2025 01:37 — forked from ePirat/VLCWinCompile.md
Building VLC for Windows using Docker

Compile for Windows (64bit)

Configure the Docker container

Pull the VideoLAN Docker container and run it in interactive mode with bash:

(The -v ~/docker:/root/shared maps /root/shared in the container to ~/docker on your machine to easily obtain the build results, so make sure ~/docker exists.)

docker pull registry.videolan.org:5000/vlc-debian-win64
docker run -v ~/docker:/root/shared -it registry.videolan.org:5000/vlc-debian-win64 /bin/bash