我想在centos7中更新libtiff> = 4.0.4,我尝试了两种方法,但是失败了。
首先,我使用了命令
yum install libtiff
但是系统仅安装了我安装的libtiff 4.0.3。
第二次,我尝试在本地安装tiff-4.0.9,使用这些命令对其进行编译后,未成功安装,并且未显示任何错误日志。
./configure
make
su
make install
我用谷歌搜索了这个问题,但是我找不到解决方案,任何人都可以帮助我,谢谢您。
答案 0 :(得分:0)
在chemal的帮助下,我找到了解决方案:
Installation Instructions
For EL7:
cd '/etc/yum.repos.d/'
curl 'https://copr.fedorainfracloud.org/coprs/scx/libtiff4/repo/epel-7/scx-libtiff4-epel-7.repo' > 'scx-libtiff4-epel-7.repo'
curl 'https://copr.fedorainfracloud.org/coprs/scx/rawtherapee/repo/epel-7/scx-rawtherapee-epel-7.repo' > 'scx-rawtherapee-epel-7.repo'
yum install 'rawtherapee'