Fedora requirements
Posted: Friday 31 August 2018 20:47
Hi
I'm trying to build domotics from source on my Fedora 28 system, but I can't find any requirementslist.
I've done this:
Is there a list over requeriments? The INSTALL.md found here does not give me any hints
I'm trying to build domotics from source on my Fedora 28 system, but I can't find any requirementslist.
I've done this:
- git clone https://github.com/domoticz/domoticz.git
- cd domoticz/
- cmake -DCMAKE_BUILD_TYPE=Release CMakeLists.txt
Code: Select all
-- Failed to get ProjectRevision from git
-- Read ProjectRevision from appversion.default
-- ###########################
-- Compiling Revision #9700
-- ###########################
-- Using builtin Mosquitto library
-- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY) (found version "1.1.0h")
-- Failed to find the openssl library, no TLS support
-- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) (Required is at least version "3.4")
CMake Error at CMakeLists.txt:134 (MESSAGE):
Python3 not found on your system, use USE_PYTHON=NO or sudo apt-get install
python3-dev)
-- Configuring incomplete, errors occurred!
See also "/home/peterm/udvikling/_git/domoticz/CMakeFiles/CMakeOutput.log".