In the document provided [Setup and requirements](https://doc.stride3d.net/4.2/en/manual/platforms/linux/setup-and-requirements.html?tabs=freetype-arch%2Copenal-ubuntu%2Csdl2-ubuntu%2Cfreeimage-arch) , the command ``` pacman -S freeimage ``` doesn't work anymore as freeimage was dropped from AUR ( [Source](https://gitlab.archlinux.org/archlinux/packaging/packages/freeimage/-/issues/1) ). One could manually install the library using `git clone` then use `makepkg --install`.