Dolphin, the GameCube and Wii emulator - Forums

Full Version: How do you in install Dolphin 5.0 in deepin OS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do you install Dolphin 5.0 in deepin OS?
You'll probably have to compile it yourself. See here for how to do so: https://github.com/dolphin-emu/dolphin
I can't seem to get it to recognize my gcc. here's what it says:
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:12 (project):
The CMAKE_CXX_COMPILER:

/usr/bin/g++-4.9

is not a full path to an existing compiler tool.

Tell CMake where to find the compiler by setting either the environment
variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.


-- Configuring incomplete, errors occurred!
See also "/home/beatturner/dolphin/build/CMakeFiles/CMakeOutput.log".
See also "/home/beatturner/dolphin/build/CMakeFiles/CMakeError.log".
You could manually point CMAKE to your C and C++ compilers. In the case of C++, just set CMAKE_CXX_COMPILER to the full path of the binary like the error message suggests. To find out where your system put g++ just type the following into the command-line:

Code:
which g++

Obviously, you can do the same for gcc. I find it easier to open up the CMakeCache.txt file that CMake generates in the build folder and then add parameters from the CMake GUI.
Thank you! But, my gc controller isn't being detected. I've followed the instructions and even the terminal detects it. But, dolphin can't detect it.
You need a udev rule or run Dolphin as root.