mozjpeg build fix
This commit is contained in:
parent
ba06b04f86
commit
6fbad35e18
|
@ -5,10 +5,8 @@ SOURCE="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
#mozjpeg
|
#mozjpeg
|
||||||
git clone https://github.com/mozilla/mozjpeg
|
git clone https://github.com/mozilla/mozjpeg
|
||||||
cd mozjpeg/
|
cd mozjpeg/
|
||||||
autoreconf -fiv
|
|
||||||
autoreconf -fiv #It's not a typo, trust me
|
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
../configure
|
cmake -G"Unix Makefiles" ..
|
||||||
make && sudo make install
|
make && sudo make install
|
||||||
|
|
||||||
cd ${SOURCE}
|
cd ${SOURCE}
|
||||||
|
|
Loading…
Reference in New Issue