Modify readme

This commit is contained in:
Maksym Walczak 2022-01-04 11:54:01 +01:00
parent d5581dabb3
commit d0cce9d97d

View File

@ -14,9 +14,11 @@ IMPORTANT: The tutorial does not specify which version of Bazel to install. Inst
## How to build
Assuming you're in the root of the repository:
cd mediapipe
`cd mediapipe`
bazel build -c opt --define MEDIAPIPE_DISABLE_GPU=1 pose_tracking_dll:pose_tracking_cpu
`bazel build -c opt --define MEDIAPIPE_DISABLE_GPU=1 pose_tracking_dll:pose_tracking_cpu`
Alternatively `dbg` can be used in place of `opt` to build the library with debug symbols in Visual Studio pdb format.
The results will be stored in bazel-bin\mediapipe\pose_tracking_dll folder.