zzag / plasma5-wallpapers-dynamic

Dynamic wallpaper plugin for KDE Plasma
328 stars 18 forks source link

Cant install on Kubuntu 20.04 #63

Closed federicosnobohm closed 4 years ago

federicosnobohm commented 4 years ago

cant install

federico@Kubuntu:~/Descargas/plasma5-wallpapers-dynamic-3.3.4/build$ cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -- The CXX compiler identification is unknown CMake Error at CMakeLists.txt:2 (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/federico/Descargas/plasma5-wallpapers-dynamic-3.3.4/build/CMakeFiles/CMakeOutput.log". See also "/home/federico/Descargas/plasma5-wallpapers-dynamic-3.3.4/build/CMakeFiles/CMakeError.log".

zzag commented 4 years ago

You don't have a C++ compiler installed. Does installing build-essential package help?

federicosnobohm commented 4 years ago

Yes now is working pretty good! that was the error! great job changing to .heic estension, now we can install a lot of walls from mac os.

zzag commented 4 years ago

Thanks.