Bonjour, j'essaye d'installer UxPlay et en faisant les commandes pour cmake j'ai ces erreurs :
hayao@Eliott-Pc:~/Téléchargements/UxPlay-master/build$ sudo apt-get install libssl-dev libavahi-compat-libdnssd-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-libav
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
libavahi-compat-libdnssd-dev est déjà la version la plus récente (0.7-4ubuntu7).
libgstreamer-plugins-base1.0-dev est déjà la version la plus récente (1.16.2-4).
libgstreamer1.0-dev est déjà la version la plus récente (1.16.2-2).
gstreamer1.0-libav est déjà la version la plus récente (1.16.2-2).
libssl-dev est déjà la version la plus récente (1.1.1f-1ubuntu2.1).
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
hayao@Eliott-Pc:~/Téléchargements/UxPlay-master/build$ cmake ..
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:3 (project):
No CMAKE_CXX_COMPILER could be found.
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/hayao/Téléchargements/UxPlay-master/build/CMakeFiles/CMakeOutput.log".
See also "/home/hayao/Téléchargements/UxPlay-master/build/CMakeFiles/CMakeError.log".