ames@localhost:~/one-click-installer/build> cmake -DCMAKE_INSTALL_PREFIX=/usr ..
CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
CMake Warning at po/CMakeLists.txt:1 (find_package):
By not providing "FindKF5I18n.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "KF5I18n", but
CMake did not find one.
Could not find a package configuration file provided by "KF5I18n" with any
of the following names:
KF5I18nConfig.cmake
kf5i18n-config.cmake
Add the installation prefix of "KF5I18n" to CMAKE_PREFIX_PATH or set
"KF5I18n_DIR" to a directory containing one of the above files. If
"KF5I18n" provides a separate development package or SDK, be sure it has
been installed.
CMake Error at po/CMakeLists.txt:2 (KI18N_INSTALL):
Unknown CMake command "KI18N_INSTALL".
-- Configuring incomplete, errors occurred!
See also "/home/james/one-click-installer/build/CMakeFiles/CMakeOutput.log".
james@localhost:~/one-click-installer/build>
james@localhost:~/one-click-installer/build> cmake -DCMAKE_INSTALL_PREFIX=/usr ..
CMake Error at src/CMakeLists.txt:19 (find_package):
By not providing "FindKF5WidgetsAddons.cmake" in CMAKE_MODULE_PATH this
project has asked CMake to find a package configuration file provided by
"KF5WidgetsAddons", but CMake did not find one.
Could not find a package configuration file provided by "KF5WidgetsAddons"
with any of the following names:
KF5WidgetsAddonsConfig.cmake
kf5widgetsaddons-config.cmake
Add the installation prefix of "KF5WidgetsAddons" to CMAKE_PREFIX_PATH or
set "KF5WidgetsAddons_DIR" to a directory containing one of the above
files. If "KF5WidgetsAddons" provides a separate development package or
SDK, be sure it has been installed.
-- Configuring incomplete, errors occurred!
See also "/home/james/one-click-installer/build/CMakeFiles/CMakeOutput.log".
ok, someone told me that the github link code for one click installer is not good anymore, but where can I find how to install one click installer?
thanks