Alpine - tosiara/motion GitHub Wiki

apk update
apk add --no-cache git build-base autoconf automake gettext-dev pkgconfig jpeg-dev libmicrohttpd-dev ffmpeg-dev
git clone https://github.com/Motion-Project/motion
cd motion/
autoreconf -fiv
./configure
make