-
SnipabinaryFate - At the moment, in order to get all the libs to pack statically properly, I'm generally having to go in and manually modify the generated make file. This is partially because the mid-build steps w/ QT includes are kind of opaque to the build process, so it generates a mid-file I can rearrange the includes on. This tends to include stuff like freetype, libhid, libusb,etc. Some of them are fixed though the .pro file,
-
Snipaothers are more direct editing of the make file. The Windows environment takes less changes (A few to the .pro), but requires hard includes for a couple of libraries on hard paths. The linux build is mostly finding the right balance of what .so files we can reliably assume will be there versus which ones we need to get in statically.
-
xmr-prrating89us opened issue #2929: Address Book: add option to display QR code
-
xmr-pr