lstarboy / scrcpy_ios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scrcpy_ios

Screencast for iPhone.

Requirement

  • libusb-win32 (for windows)
    • Download libusb-win32-devel-filter and install this filter driver for your iOS device(Apple Mobile Device USB Composite Device, Service : WINUSB).
    • Download libusb-win32-bin and unzip it to libs/libusb-win32 directory.

NOTE: we use libusb-win instead of libusb, because we need to use the usb_control_msg api.

Build

Windows msvc:

$ mkdir build && cd build
$ cmake -G "Visual Studio 16 2019" ..

then open build/scrcpy_ios.sln .

About

License:MIT License


Languages

Language:C++ 89.2%Language:C 7.3%Language:CMake 3.5%