libmediapipe
libmediapipe copied to clipboard
Cannot build on windows
I tried to run sh script (build-x86_64-windows.sh) on windows, but it just exits without any error at he beginning of script:
$ ./build-x86_64-windows.sh --version v0.8.11 --config release --opencv_dir ../opencv/build
CONFIGURATION
MediaPipe version: v0.8.11 OpenCV directory: C:/Projects/opencv/build Build configuration: release
Checking Clang -
Any ideas why it exits on Checking Clang ?
That's weird, it should at least print an error message. Is clang-cl installed on your system?
I encountered the same problem. Could you please give more detailed steps?
To check if clang-cl is installed, open PowerShell and enter Get-Command clang-cl. This should print the path to clang-cl.exe.