mpv-player / mpv-build

🔨 Helper scripts to compile mpv on Linux
http://mpv.io
404 stars 104 forks source link

./autogen.sh is not found #179

Closed Animationss closed 2 years ago

Animationss commented 2 years ago

After running ./rebuild -j4 everything seemed to go well until the last 2 messages

https://pastebin.com/8SLkr3QW

So I attempted to ./build and i got the same message

Running autoreconf...
./autogen.sh: 3: autoreconf: not found

Not sure what to do please help

avih commented 2 years ago

You need to install require build tools for the various packages. Specifically here, it's probably libass needing the autoconf package (and gcc and other development tools).