root@debian2:~# cmake . -DHAVE_LIBUSB=1 -DHAVE_PCSC=1
CMake Error: The source directory "/root" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
root@debian2:~# cmake . -DHAVE_LIBUSB=1 -DHAVE_PCSC=1
CMake Error: The source directory "/root" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
root@debian2:~# cd oscam-trunk
root@debian2:~/oscam-trunk# cmake . -DHAVE_LIBUSB=1 -DHAVE_PCSC=1
-- pthread found. Adding pthread support
-- LIBCRYTO NOT FOUND OR DISABLED NO SSL SUPPORT POSSIBLE
-- SSL IS NOT INCLUDED IN THIS COMPILATION
-- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_LIBRARIES OPENSSL_INCLUDE_DIR)
-- SSL REQUESTED BUT OPENSSL or LYBCRYPTO NOT FOUND !!
-- librt found (needed by libusb).
-- libusb 1.0 found (libusb-1.0.so) Adding
smartreader support
-- PCSC headers not found (not in /usr/include/PCSC or /usr/local/include/PCSC). No PCSC support
-- Utils: operating system: Linux
-- Utils: target system: i486-linux-gnu
-- utils use system libusb functions
--
--
-- operating system: Linux
-- target system: i486-linux-gnu
-- revision: 9910
-- use built-in crypt functions
-- use system pthread functions
-- use system libusb functions
--
-- Configuring done
-- Generating done
-- Build files have been written to: /root/oscam-trunk