Building portable binary
Posted: 11 Jan 2021 23:59
I'd like to build VLC from source in a portable way so I can easily try different versions on the same system. I tried `--enable-static --disable-shared` and it says error: VLC is based on plugins. Shared libraries cannot be disabled. From online research it sounds like flag was never actually implemented. So does anyone have advice for how to make the package as self-contained as possible? I want to share it with colleagues and they are not going to remember how to set environment variables for plugins and libraries, etc.
Is there any benefit to using --enable-static or is that just ignored when you omit --disable-shared ?
Should I use --disable-rpath or other options?
Is there any benefit to using --enable-static or is that just ignored when you omit --disable-shared ?
Should I use --disable-rpath or other options?