Add GLog installation step for Ubuntu and CentOS

This commit is contained in:
Svetlozar Kostadinov 2019-08-24 21:12:49 +03:00 committed by GitHub
parent 731d2b9536
commit a8f4097c4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,13 @@ To build and run iOS apps:
``` ```
4. Run the [Hello World desktop example](./hello_world_desktop.md). 4. Install GLog
```
sudo apt-get install libgoogle-glog-dev
```
5. Run the [Hello World desktop example](./hello_world_desktop.md).
```bash ```bash
$ export GLOG_logtostderr=1 $ export GLOG_logtostderr=1
@ -188,7 +194,13 @@ To build and run iOS apps:
``` ```
4. Run the [Hello World desktop example](./hello_world_desktop.md). 5. Install GLog
```
sudo apt-get install libgoogle-glog-dev
```
6. Run the [Hello World desktop example](./hello_world_desktop.md).
```bash ```bash
$ export GLOG_logtostderr=1 $ export GLOG_logtostderr=1