slyfox1186 / ffmpeg-build-script

The FFmpeg build script build's the most up to date version of FFmpeg by using API calls to download the latest source code available.
GNU General Public License v3.0
46 stars 9 forks source link

fonfconfig requires gperf & autopoint installed #45

Closed g33kphr33k closed 1 day ago

g33kphr33k commented 1 week ago

Building fontconfig - version 2.15.0

[INFO] fontconfig-2.15.0.tar.bz2 is already downloaded. [INFO] File extracted: fontconfig-2.15.0.tar.bz2 $ autoupdate $ ./autogen.sh --noconf

[ERROR] Failed to execute ./autogen.sh --noconf

To fix, simply install gperf (sudo apt install gperf & autopoint). It might be good to make this a globally required check at the beginning of the script.

slyfox1186 commented 6 days ago
To fix, simply install gperf (sudo apt install gperf & autopoint)
sudo apt install gperf & autopoint
slyfox1186 commented 1 day ago

Re-open if needed.