Hello, thanks for looking into the adventure of compiling marble-qt (which should be relatively easy compared to other software). Your problem sounds like a typical one that frequently happens to people compiling on Ubuntu/Debian. As a possible quick fix you might want to start marble-qt on the terminal/shell via: LD_LIBRARY_PATH=/usr/local/lib marble-qt In case this works you might want to follow up on this stackoverflow question (the common place where coders borrowed their knowledge/codesamples from before chatgpt arrived): https://stackoverflow.com/questions/69061258/permanent-fix-for-export-ld-library-path-usr-local-libld-library-path Hope this helps :-) BR Torsten -----Original-Nachricht----- Betreff: How to debug marble-qt in build folder without sudo make install Datum: 2023-03-19T15:54:22+0100 Von: "?? WANG Cui" <iucg...@msn.com> An: "marble-devel-ow...@kde.org" <marble-devel-ow...@kde.org>
Hi, As I want to debug marble-qt and library, but after finish build, by default can run marble-qt in build folder as it won’t find library in system folder. Right now I have to run sudo make install all these files, then debug it. I just wonder is there a way to run marble-qt and let it find library and data in the marble/build folder, without have to install them after rebuild? Thanks in advance.