From 6fbad35e18b97541191a34c648d829e918017e95 Mon Sep 17 00:00:00 2001 From: Matteo Paonessa Date: Thu, 27 Dec 2018 15:38:40 +0100 Subject: [PATCH] mozjpeg build fix --- install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 1ffa584..b2a251f 100755 --- a/install.sh +++ b/install.sh @@ -5,10 +5,8 @@ SOURCE="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" #mozjpeg git clone https://github.com/mozilla/mozjpeg cd mozjpeg/ -autoreconf -fiv -autoreconf -fiv #It's not a typo, trust me mkdir build && cd build -../configure +cmake -G"Unix Makefiles" .. make && sudo make install cd ${SOURCE}