Gentoo can't run porymap
I compiled on Debian via arch-chroot as it seemed to need a newer version than Gentoo has, but when I ran porymap on gentoo, I got the error ./porymap: /usr/lib/gcc/x86_64-pc-linux-gnu/13/libstdc++.so.6: version `CXXABI_1.3.15' not found (required by ./porymap) I run gcc (Gentoo 13.3.1_p20240614 p1) 13.3.1 20240614
I did some research and discovered qmake is a bit finicky on gentoo
install dev-qt/qtchooser, then in /etc/portage/package.use/qt enable debug flags on dev-qt/qtbase and dev-qt/qtcore
emerge all 3 packages. When building on gentoo, do not use the qmake command, instead use qmake6
I would recommend an update to the readme
https://github.com/huderlem/porymap/pull/759