Lion OSX: How to install libfreetype.6.dylib?

前端 未结 4 1471
滥情空心
滥情空心 2021-02-19 03:47

I am trying to install a ruby gem, but the installation process is stopped, because:

ld: file not found: /usr/local/lib/libfreetype.6.dylib for architecture x86_         


        
4条回答
  •  日久生厌
    2021-02-19 04:23

    Gabriel F. Engel's answer almost worked for me. I had to do the following change:

    brew install freetype
    brew link --overwrite freetype
    

提交回复
热议问题