gocv icon indicating copy to clipboard operation
gocv copied to clipboard

Add freetype

Open lz1998 opened this issue 2 years ago • 2 comments

Add FreeType2.

lz1998 avatar Jul 18 '21 13:07 lz1998

Hello @lz1998 thanks for the contribution.

The Windows build is failing however. See https://ci.appveyor.com/project/deadprogram/gocv/builds/40056732#L866

The reason appears to be https://github.com/microsoft/vcpkg/issues/5383#issuecomment-889506864

Not sure how to proceed here. What do you think?

deadprogram avatar Aug 03 '21 18:08 deadprogram

Hello @lz1998 thanks for the contribution.

The Windows build is failing however. See https://ci.appveyor.com/project/deadprogram/gocv/builds/40056732#L866

The reason appears to be microsoft/vcpkg#5383 (comment)

Not sure how to proceed here. What do you think?

On Linux, I solve this problem with sudo apt install libfreetype6-dev libharfbuzz-dev. Is there any similar library on Windows?

lz1998 avatar Aug 20 '21 04:08 lz1998