Fix formatting in readme
This commit is contained in:
parent
092e1ad899
commit
365eb9a1ab
|
@ -14,9 +14,10 @@ IMPORTANT: The tutorial does not specify which version of Bazel to install. Inst
|
||||||
## How to build
|
## How to build
|
||||||
Assuming you're in the root of the repository:
|
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.
|
Alternatively `dbg` can be used in place of `opt` to build the library with debug symbols in Visual Studio pdb format.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user