We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
Checking Clang -
Any ideas why it exits on Checking Clang ?
The text was updated successfully, but these errors were encountered:
That's weird, it should at least print an error message. Is clang-cl installed on your system?
clang-cl
Sorry, something went wrong.
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.
Get-Command clang-cl
clang-cl.exe
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: