Home  >  Article  >  Backend Development  >  yum installs gd library for php under linux

yum installs gd library for php under linux

WBOY
WBOYOriginal
2016-07-25 08:55:181551browse
  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
Copying the code

is very simple. It includes freetype, jpeg, png and other extension libraries and installs them together, which is much easier than compiling and installing.



Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn