Installing Inkscape 0.91 on Fedora 31

It did not work with gc-devel. I tried all the suggests on Unix SE link
dnf install @development-tools
dnf groupinstall "Development Tools" "Development Libraries"
dnf install make automake gcc gcc-c++ kernel-devel
dnf group install "C Development Tools and Libraries"

But none seems to help. The error after running ./configure on the 0.91 source directory remains same-

configure: error: Package requirements (bdw-gc >= 7.1
cairo >= 1.10
cairomm-1.0 >= 1.9.8
glib-2.0 >= 2.28
glibmm-2.4 >= 2.28
giomm-2.4
gsl
gthread-2.0 >= 2.0
libpng >= 1.2
libxml-2.0 >= 2.6.11
libxslt >= 1.0.15
pango >= 1.24
pangoft2 >= 1.24
sigc++-2.0 >= 2.0.12
) were not met:

Is there something I am missing?