Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Dec 24, 2016
1 parent af757ec commit 0cfc58f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 05-qt-hellogl2/README.md
@@ -1,7 +1,7 @@
Hunterized version of [HelloGL2](http://doc.qt.io/qt-5/qtopengl-hellogl2-example.html) Qt example.
[Toolchain](https://github.com/ruslo/polly/wiki/Toolchain-list#android-ndk-xxx) with API 19 should be used (see `config.cmake` local file). For example:

```bash
> build.py --toolchain ndroid-ndk-r10e-api-19-armeabi-v7a-neon --verbose --clear
```

This command will build and install apk to your device. Find application with name `hellogl2` and run it.
This command will build and **install** apk to your device. Find application with name `hellogl2` and run it. In [next](https://github.com/forexample/android-cmake/tree/master/06-qt-hellogl2-launch) example will be shown how to launch apk from command line.

0 comments on commit 0cfc58f

Please sign in to comment.