![]() |
|
Compilation Help? - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Support (https://forums.dolphin-emu.org/Forum-support) +--- Thread: Compilation Help? (/Thread-compilation-help) Pages:
1
2
|
RE: Compilation Help? - Shonumi - 06-08-2014 It's just a symlink, if you know how to use the ln command, you should easily be able to revert the changes. If worst comes to worst, you can just remove libpng from your package manager, then re-add it. I don't know of anyway to add a specific library file to CMake (doesn't mean there isn't a way though). Usually it just pings the symlink which redirects it to whatever shared object it needs. RE: Compilation Help? - neobrain - 06-08-2014 If CMake doesn't find a particular library, you'll want to edit CMakeCache.txt and look for all LIBPNG related variables, then manually set them to the proper value. RE: Compilation Help? - Mischka - 06-09-2014 I just ended up changing the symlink. I don't really know why I was so hesitant to do so, I'm just a baby that's afraid of breaking things. It worked now, thanks for all the help! |