Trying to rebuild my apps as migrating from Debian
Could somebody please help me with following dependencies translation from Debian to Fedora ecosystem, because it’s no dpkg here and seems my attempts to replace -dev with -devel get no success :
Debian/Ubuntu
Enable i386 on your system, if you’re compiling 32-bit engine on amd64. If not, skip this
$ sudo dpkg --add-architecture i386
For 32-bit engine on amd64: $ sudo apt install build-essential gcc-multilib g++-multilib python libsdl2-dev:i386 libfontconfig-dev:i386 libfreetype6-dev:i386 libopus-dev:i386 libbz2-dev:i386
You must identify the equivalent package names with the devel name. freetype-devel.i686 is probably the equivalent of libfreetype6-dev:i386
similarly with SDL2-devel.i686 and libsdl2-dev:i386
Fedora uses nothing with an i386 designation and instead designates the 32 bit packages with i686.
dpkg is available but is not installed by default and must be installed separately.