Hi Rahul,

just as the message tells you, it can not find the libusb include and
library files in the CMake search paths.

The default since 2.0.0 is -DCHANNEL_URBDRC=ON, so if you don“t need USB
redirection, just use -DCHANNEL_URBDRC=OFF or compile libusb and place
it with your other dependenices (e.g. openssl, openh264, ...) or add it
to CMAKE_PREFIX_PATH
https://cmake.org/cmake/help/latest/variable/CMAKE_PREFIX_PATH.html


regards

Armin

On 28.04.20 10:40, Rahul Nath via FreeRDP-devel wrote:
> Hello,
> I was trying to build FREERDP on my 64 bit windows machine (win 10) using
> Visual Studio 2019, Cmake (32 bit). OpenSSL (32 bit), Visual C++
> redistributables 2012,  and I am receiving an error message that
> LIBUSB_1_INCLUDE_DIR was not set. I tried to build with the parameter
> -DCHANNEL_URBDRC=ON but it still did not solve the problem. Could you
> please help me?
> Thanks
> Rahul


_______________________________________________
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to