mediapipe
mediapipe copied to clipboard
Is it possible to not use bazel and use clang/gcc directly for c++ compilation examples?
-
OS Platform and Distribution: FreeBSD 13.1-RELEASE-p1 amd64 Resolution: 3840x2160 DE: Plasma 5.24.6 WM: KWin Theme: [Plasma], Breeze [GTK2/3] Icons: [Plasma], breeze-dark [GTK2/3] Terminal: konsole CPU: AMD FX-8350 (8) @ 3.991GHz GPU: Ellesmere [Radeon RX 470/480/570/570X/580/580X/590] Memory: 16590MiB / 32684MiB
-
Compiler version: gcc version 11.3.0 (FreeBSD Ports Collection) FreeBSD clang version 13.0.0 ([email protected]:llvm/llvm-project.git llvmorg-13.0.0-0-gd7b669b3a303)
-
Programming Language and version: C++ 11 to 20
-
Installed using virtualenv? pip? Conda? (if python): None
-
MediaPipe version: Current one used today from this github.
-
Bazel version: Have not installed it.
-
OpenCV version (if running on desktop): opencv-4.5.5_9
Describe the problem: Do we need to use bazel? Is it possible to compile and run example code using clang/gcc directly instead of using bazel? Would like to use MediaPipe for C++ only using clang/gcc compilers.
Thanks.
Edit: Alright it seems bazel is similar to cmake. Is it possible to not use bazel and use cmake instead? If so, how to do so?