From 365eb9a1ab71c7328df3969856976b4d97583f26 Mon Sep 17 00:00:00 2001 From: Maksym Walczak Date: Wed, 5 Jan 2022 11:35:04 +0100 Subject: [PATCH] Fix formatting in readme --- mediapipe/pose_tracking_dll/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mediapipe/pose_tracking_dll/README.md b/mediapipe/pose_tracking_dll/README.md index b47ce0294..6307e4fe8 100644 --- a/mediapipe/pose_tracking_dll/README.md +++ b/mediapipe/pose_tracking_dll/README.md @@ -14,9 +14,10 @@ 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` - -`bazel build -c opt --define MEDIAPIPE_DISABLE_GPU=1 pose_tracking_dll:pose_tracking_cpu` +``` +cd mediapipe +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.