>  기사  >  백엔드 개발  >  yum은 Linux에서 PHP용 gd 라이브러리를 설치합니다.

yum은 Linux에서 PHP용 gd 라이브러리를 설치합니다.

WBOY
WBOY원래의
2016-07-25 08:55:181588검색
  1. [root@jbxue ~]# yum install php-gd*
  2. Setting up Install Process
  3. Setting up repositories
  4. base 100% |=========================| 951 B 00:00
  5. update 100% |=========================| 951 B 00:00
  6. ================================================
  7. GD Support enabled
  8. GD Version bundled (2.0.28 compatible)
  9. FreeType Support enabled
  10. FreeType Linkage with freetype
  11. FreeType Version 2.2.1
  12. GIF Read Support enabled
  13. GIF Create Support enabled
  14. JPG Support enabled
  15. PNG Support enabled
  16. WBMP Support enabled
  17. XBM Support enabled
复制代码

很简单的,包括 freetype,jpeg,png等扩展库一并安装,比编译安装省事多了。



성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.