From a8f4097c4def9ed1a54ec34ef4c07af54edff7ab Mon Sep 17 00:00:00 2001 From: Svetlozar Kostadinov Date: Sat, 24 Aug 2019 21:12:49 +0300 Subject: [PATCH] Add GLog installation step for Ubuntu and CentOS --- mediapipe/docs/install.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/mediapipe/docs/install.md b/mediapipe/docs/install.md index cdaa119bb..44d2389a2 100644 --- a/mediapipe/docs/install.md +++ b/mediapipe/docs/install.md @@ -102,8 +102,14 @@ To build and run iOS apps: ) ``` + +4. Install GLog -4. Run the [Hello World desktop example](./hello_world_desktop.md). + ``` + sudo apt-get install libgoogle-glog-dev + ``` + +5. Run the [Hello World desktop example](./hello_world_desktop.md). ```bash $ export GLOG_logtostderr=1 @@ -187,8 +193,14 @@ To build and run iOS apps: ) ``` + +5. Install GLog -4. Run the [Hello World desktop example](./hello_world_desktop.md). + ``` + sudo apt-get install libgoogle-glog-dev + ``` + +6. Run the [Hello World desktop example](./hello_world_desktop.md). ```bash $ export GLOG_logtostderr=1