I tried to compile rpfm on Ubuntu 18.04 and failed on building rfpm-ui:
= note: /usr/bin/ld: cannot find -lqt_subclasses
collect2: error: ld returned 1 exit status
This is due to a missing lib qt_subclasses. Though I see the command using local ./libs directory which contains a qt_subclasses.lib, I think .lib is not usable for Linux. Can I compile the .so myself using source code?
I tried to compile rpfm on Ubuntu 18.04 and failed on building
rfpm-ui:= note: /usr/bin/ld: cannot find -lqt_subclasses collect2: error: ld returned 1 exit statusThis is due to a missing lib
qt_subclasses. Though I see the command using local./libsdirectory which contains aqt_subclasses.lib, I think.libis not usable for Linux. Can I compile the.somyself using source code?