cmake -DCMAKE_INSTALL_PREFIX=/opt/usr/freerdp-1.1 \
-DWITH_CUPS=OFF -DWITH_FFMPEG=OFF -DWITH_GSTREAMER=ON \
-DWITH_XINERAMA=ON -DWITH_XV=OFF \
-DWITH_XRANDR=ON -DWITH_NEON=OFF \
-DCHANNEL_URBDRC_CLIENT=ON -DWITH_PCSC=ON \
-DWITH_DEBUG_SVC=ON \
../freerdp-1.1-140227
cmake \
-DCMAKE_INSTALL_PREFIX=/opt/usr/freerdp-1.1 \
-DWITH_PULSE=ON \
-DWITH_CUPS=OFF \
-DWITH_FFMPEG=ON \
-DWITH_GSTREAMER=ON \
-DWITH_NEON=ON \
../freerdp-1.1-140227
PC:
cmake \
-DCMAKE_INSTALL_PREFIX=/usr/local/freerdp-master \
-DWITH_PULSE=ON \
-DWITH_CUPS=ON \
-DCHANNEL_PRINTER=ON \
-DCHANNEL_PRINTER_CLIENT=ON \
-DWITH_FFMPEG=ON -DWITH_GSTREAMER=ON \
-DCHANNEL_URBDRC_CLIENT=ON -DWITH_PCSC=ON \
../freerdp-master
Loading device service printer (static)
LoadLibraryA: /opt/usr/freerdp-1.1/lib/freerdp/printer-client.so: cannot open shared object file: No such file or directory
没有编译printer 通道
-DCHANNEL_PRINTER=ON \
-DCHANNEL_PRINTER_CLIENT=ON \
LoadLibraryA: /opt/usr/freerdp-1.1/lib/freerdp/urbdrc-client.so: cannot open shared object file: No such file or directory
没有编译urbdrc 通道
-DWITH_PCSC=ON
-DCHANNEL_URBDRC_CLIENT=ON
cmake -DCMAKE_INSTALL_PREFIX=/opt/usr/freerdp-1.1 \
-DWITH_CUPS=OFF -DWITH_FFMPEG=OFF -DWITH_GSTREAMER=ON \
-DWITH_XINERAMA=ON -DWITH_XV=OFF \
-DWITH_XRANDR=ON -DWITH_NEON=OFF \
-DCHANNEL_URBDRC_CLIENT=ON -DWITH_PCSC=ON \
-DWITH_DEBUG_SVC=ON \
../freerdp-1.1-140114
apt-get install libpcsclite-dev
-- UDev not found.
-- UDev: You can specify includes: -DUDEV_PATH_INCLUDES=/opt/udev/include
-- currently found includes: UDEV_INCLUDE_DIR-NOTFOUND
-- UDev: You can specify libs: -DUDEV_PATH_LIB=/opt/udev/lib
-- currently found libs: UDEV_LIBRARIES-NOTFOUND
CMake Error at cmake/FindUDev.cmake:51 (MESSAGE):
Could not find UDev library
Call Stack (most recent call first):
channels/urbdrc/client/CMakeLists.txt:34 (find_package)
apt-get install libudev-dev
CMake Error at cmake/FindUUID.cmake:106 (message):
Could not find UUID
Call Stack (most recent call first):
channels/urbdrc/client/CMakeLists.txt:35 (find_package)
apt-get install uuid-dev
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBUSB_1_LIBRARY
linked by target "urbdrc-client-libusb" in directory /home/water/project/nc_protocol/freerdp-1.1-140114/channels/urbdrc/client/libusb
apt-get install libusb-1.0-0-dev
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
DBUS_GLIB_LIBRARY (ADVANCED)
linked by target "urbdrc-client" in directory /root/freerdp-1.1-140227/channels/urbdrc/client
linked by target "urbdrc-client-libusb" in directory /root/freerdp-1.1-140227/channels/urbdrb
apt-get install libdbus-glib-1-dev
cmake \
-DCMAKE_INSTALL_PREFIX=/opt/usr/freerdp-1.1 \
-DWITH_PULSE=ON \
-DWITH_CUPS=OFF \
-DWITH_FFMPEG=ON \
-DWITH_GSTREAMER=ON \
../freerdp-1.1-140408
/home/water/project/nc_protocol/freerdp-1.1-140227/channels/tsmf/client/ffmpeg/tsmf_ffmpeg.c:33:32: fatal error: libavcodec/avcodec.h: No such file or directory
compilation terminated.
sudo apt-get install libavcodec-dev -y
阅读(8667) | 评论(0) | 转发(0) |