Hello, im trying to install avogadro (with one click install it does not work), so i have to do it via cmake.
Had troubles to install cmake, but now it works.
but hten i tryiong to install avogadro via cmake and following error message appears:
-- The build type is ReleaseCMake Error at /usr/bin/cmake/share/cmake-3.0/Modules/FindQt4.cmake:1316 (message):
Found unsuitable Qt version "" from NOTFOUND, this code requires Qt 4.x
Call Stack (most recent call first):
CMakeLists.txt:226 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/tk/Downloads/avogadro-1.1.1/build/CMakeFiles/CMakeOutput.log".
See also "/home/tk/Downloads/avogadro-1.1.1/build/CMakeFiles/CMakeError.log".
Which one click install does not work? And what error message do you get?
Btw, you don’t need any 1-click install for installing avogadro as it is in the standard repos.
Just search for it in YaST->Software Management and install it there. Or run:
sudo zypper in avogadro
Had troubles to install cmake, but now it works.
but hten i tryiong to install avogadro via cmake and following error message appears:
-- The build type is ReleaseCMake Error at /usr/bin/cmake/share/cmake-3.0/Modules/FindQt4.cmake:1316 (message):
What’s this strange path?
How exactly did you install cmake?
It is also available in the standard repos, just install the package.
Found unsuitable Qt version "" from NOTFOUND, this code requires Qt 4.x
Call Stack (most recent call first):
CMakeLists.txt:226 (find_package)