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

make error #269

Open lkzc19 opened 2 years ago

lkzc19 commented 2 years ago

CentOS 8

/bin/sh: autoreconf: command not found
/bin/sh: ./configure: No such file or directory
make[1]: Entering directory '/usr/local/zimg/deps/libjpeg-turbo'
make[1]: *** No targets specified and no makefile found.  Stop.
make[1]: Leaving directory '/usr/local/zimg/deps/libjpeg-turbo'
make: *** [Makefile:30: deps/libjpeg-turbo/.libs/libjpeg.a] Error 2

按照官网操作的, 与 #265 有一样的问题,但是我按照下面的源码方式安装了,yum没有devel版的我就装了非devel版的,缓存的我没装,先装了zimg,但是报了以上问题,为什么没有这些文件

daidehu6831 commented 1 year ago

Debian 11

出现同样问题,通过安装以下编译工具包解决的:

sudo apt-get install autoconf automake libtool g++ nasm

CentOS 安装上述对应包,估计应该也能解决。问题关键提示:

autoreconf: command not found

找不到autoreconf命令