Dolphin, the GameCube and Wii emulator - Forums

Full Version: Compilation Help?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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.
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.
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!
Pages: 1 2