Add GLog installation step for Ubuntu and CentOS
This commit is contained in:
parent
731d2b9536
commit
a8f4097c4d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user