Install GD library and freetype on Linux

后端 未结 4 1022
轻奢々
轻奢々 2021-02-02 07:09

I\'m trying to use imagefttext. And I need to have GD library and/or freetype installed. I\'m new to this kind of stuffs, How can I install GD library and freetype in Li

4条回答
  •  孤城傲影
    2021-02-02 08:11

    For CentOS: When installing php-gd you need to specify the version. I fixed it by running: sudo yum install php55-gd

提交回复
热议问题