-
The error
```
configure: error: Package requirements (freetype2) were not met:
No package 'freetype2' found
```
could be solved on Ubuntu 20.04 with
`
sudo apt install libfreetype6-dev
`
-
### Describe the bug
It was impossible for me to install Manim. Using Apple MacBook Air M3. Following every step (brew and pip3 installations) always got me to the same absurd error with fontconfig …
-
I have attempted to compile a fully static build on Ubuntu 22.04 and 23.10 without success.
ERROR: freetype2 not found using pkg-config
However, freetype2 is installed and also compiled success…
-
### What version of Bun is running?
1.0.2+37edd5a6e389265738e89265bcbdf2999cb81a49
### What platform is your computer?
Description: Ubuntu 22.04.3 LTS
### What steps can reproduce the bug?
Create…
-
Is [FreeType2 class](https://docs.opencv.org/3.4/d9/dfa/classcv_1_1freetype_1_1FreeType2.html) not available available in the current build? I can't find it within OpenCV module.
-
I'm having some issues trying to get the visualizer to work for me. During compilation with make in the build directory, once it reaches grabbing SFML eventually it'll throw an error due to a missing …
-
It seems CI accessing savannah only if the referenced commit is current head - when upstream moves forwards, CI fails until the submodule is updated to the new head. This breakage is probably a conven…
-
## Describe the issue
I build https://docs.nvidia.com/video-technologies/video-codec-sdk/ffmpeg-with-nvidia-gpu/#compiling-for-windows on msys2. I already install freetype2 but it still can't find t…
-
There is a bug in the latest release 2.5.5-5 which prevents building of some packages:
FT_Get_X11_Font_Format is defined in freetype2/ftxf86.h, but in infinality, it's defined in freetype2/ftfntfmt.h…
jaro3 updated
9 years ago
-
This branch is fairly old and does not build at the moment, do you think it can be integrated with the current development? Would it still support the conversion of OTF files?
I might take a look, …