
I'm using Linux Mint Cinnamon 4.8.6 and I'm trying to build Dolphin in the terminal because I was unable to use
because it said 'PPA was not found'
What I'm getting when I'm using cmake in the terminal of my system is.
I don't know if this was the correct place to post this but I really need help. I've been trying for fix this issue for about an hour or so and decided to post about it on the forums. Thanks in advance.
Code:
sudo apt-add-repository ppa:dolphin-emu/ppa
What I'm getting when I'm using cmake in the terminal of my system is.
Code:
cmake ..
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:5 (project):
The CMAKE_C_COMPILER:
clang
is not a full path and was not found in the PATH.
Tell CMake where to find the compiler by setting either the environment
variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
the compiler, or to the compiler name if it is in the PATH.
CMake Error at CMakeLists.txt:5 (project):
The CMAKE_CXX_COMPILER:
clang++
is not a full path and was not found in the PATH.
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/local/dolphin-emu/Build/CMakeFiles/CMakeOutput.log".
See also "/home/local/dolphin-emu/Build/CMakeFiles/CMakeError.log".