buaazp / zimg

A lightweight and high performance image storage and processing system.
http://zimg.buaa.us
BSD 3-Clause "New" or "Revised" License
2.69k stars 401 forks source link

在ubuntu17.10下编译zimg时失败 #229

Open gouhan opened 5 years ago

gouhan commented 5 years ago

/bin/sh: 1: autoreconf:not found /bin/sh: 1: ./configure :not found make[1]:Entering directory 'home/zimg/deps/libjpeg-turbo' make[1]:* No targets specified and no makefile found.stop Leaving directory 'home/zimg/deps/libjpeg-turbo' Makefile:30:recipe for target 'deps/libjpeg-turbo/.libs/libjpeg.a' failed. make: [deps/libjpeg-turbo/.libs/libjpeg.a] Error 2.

gouhan commented 5 years ago

百度搜索之后,按照提示安装autoconf automake libtool包 apt-get install autoconf automake libtool之后 再执行make,发生如下错误: GEN jccolor-sse2-64.lo ... libtool: error:ignoring unknow tag NASM

gouhan commented 5 years ago

忽略错误继续执行 Successfully built LuaJIT cd build/zimg;cmake /home/zimg/src ;make -j 4;cp zimg /home/zimg/bin /bin/sh:1:cmake:not found

gouhan commented 5 years ago

cmake我是安装过了的,为什么现在提示找不到呢? 重新安装了一遍cmake,再次编译竟然成功了,好曲折。