gacopl / dvmkv2mp4

Convert any Dolby Vision/HDR10+ MKV to DV MP4 that runs on many devices
198 stars 36 forks source link

Installation instructions for Ubuntu leave out important library #39

Closed ChrisLynchHPE closed 1 year ago

ChrisLynchHPE commented 1 year ago

When using WSL Ubuntu 20.04 LTS, the installation instructions omit zlib1g-dev package. The instructions should include:

sudo apt-get install -y build-essential pkg-config git zlib1g-dev

If not, the following error message happens when trying to run ./configure --static-bin when attempting to compile MP4box from source:

zlib not found on system or in local libs
gacopl commented 1 year ago

it's there image

ChrisLynchHPE commented 1 year ago

Hmmm... Thanks. I must have missed that in my copy and paste to execute batches of commands.