-- COMPRESSION is disabled
-- SIGNING is disabled
-- Looking for pthread.h
-- Looking for pthread.h - found
-- pthread found. Adding pthread support
-- Looking for openssl/aes.h
-- Looking for openssl/aes.h - found
-- ssl is added by config file Y compiling with ssl included
-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "3.0.13")
-- OpenSSL found. Using header files located at /usr/include.
-- Looking for time.h
-- Looking for time.h - found
-- librt found (needed by libusb).
-- Looking for libusb-1.0/libusb.h
-- Looking for libusb-1.0/libusb.h - found
-- Looking for libusb-1.0/libusb.h
-- Looking for libusb-1.0/libusb.h - found
-- libusb 1.0 found (libusb-1.0.so) Adding smartreader support
-- Looking for PCSC/wintypes.h
-- Looking for PCSC/wintypes.h - not found
-- Looking for dvbcsa/dvbcsa.h
-- Looking for dvbcsa/dvbcsa.h - found
CMake Error at CMakeLists.txt:530 (message):
HAVE_LIBDVBCSA disabled!
schaut eher aus als ob du PCSC Reader benutzen möchtest und nicht installiert hastLooking for PCSC/wintypes.h - not found
cd /opt
git clone https://github.com/gorgone/s3_releases.git s3
cd /s3
./s3 menu
cd /opt
git clone https://github.com/gorgone/s3_releases.git s3
cd /s3
./s3 menu
if (HAVE_LIBDVBCSA)
if (STATIC_LIBDVBCSA AND FOUND_LIBDVBCSA AND EXISTS ${LIBADVBCSA_LIBRARY})
message(STATUS " static libdvbcsa found (libdvbcsa.a).")
add_library(imp_libdvbcsa STATIC IMPORTED)
set_property(TARGET imp_libdvbcsa PROPERTY IMPORTED_LOCATION ${LIBADVBCSA_LIBRARY})
set (dvbcsa_link "imp_libdvbcsa")
set (STATICLIBDVBCSA 1)
elseif ((NOT STATIC_LIBDVBCSA OR STATIC_LIBDVBCSA EQUAL 0) AND FOUND_LIBDVBCSA AND EXISTS ${LIBDVBCSA_LIBRARY})
message(STATUS " libdvbcsa found (libdvbcsa.so).")
add_library(imp_libdvbcsa SHARED IMPORTED)
set_property(TARGET imp_libdvbcsa PROPERTY IMPORTED_LOCATION ${LIBDVBCSA_LIBRARY} )
set(dvbcsa_link "imp_libdvbcsa")
set (STATICLIBDVBCSA 0)
else (STATIC_LIBDVBCSA AND FOUND_LIBDVBCSA AND EXISTS ${LIBADVBCSA_LIBRARY})
message(FATAL_ERROR " no libdvbcsa found!")
endif (STATIC_LIBDVBCSA AND FOUND_LIBDVBCSA AND EXISTS ${LIBADVBCSA_LIBRARY})
add_definitions ("-DSTATIC_LIBDVBCSA=${STATICLIBDVBCSA}")
else (HAVE_LIBDVBCSA)
message(FATAL_ERROR " HAVE_LIBDVBCSA disabled!")
endif (HAVE_LIBDVBCSA)
endif (CONFIG_STREAMRELAY MATCHES "Y" AND NOT MODULE_STREAMRELAY EQUAL 1)
und das ist halt ein Irrtum deinerseits, denn da wird nichts zugenagelt, da werden nur die Abhängigkeiten bereit gestellt.Ich moechte mein System nicht mit irgendwelchen scripts zusammennageln.
Wir verwenden Cookies und ähnliche Technologien für folgende Zwecke:
Akzeptieren Sie Cookies und diese Technologien?
Wir verwenden Cookies und ähnliche Technologien für folgende Zwecke:
Akzeptieren Sie Cookies und diese Technologien?