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

@ -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 ```bash
$ export GLOG_logtostderr=1 $ 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 ```bash
$ export GLOG_logtostderr=1 $ export GLOG_logtostderr=1