LINUX CUPS下载源码并编译

阅读 87

2022-01-27


最新版本是2.3.1

  • 网站及下载

网站:​​https://www.cups.org/​​

下载地址:​​https://github.com/apple/cups/releases​​

github:​​https://github.com/apple/cups​​


  • 方便下载

如果有不方便下载的朋友,可以走以下链接


  • 编译办法
tar xf cups-2.3.1-source.tar.gz
cd cups-2.3.1

./configure

make

# 安装在指定目录
# make install DSTROOT=${PWD}/cups

make install



精彩评论(0)

0 0 举报