diff options
author | petreeftime <[email protected]> | 2016-05-19 18:56:36 +0300 |
---|---|---|
committer | petreeftime <[email protected]> | 2016-05-19 18:56:36 +0300 |
commit | 48db051accb834c200492c8dd462835de6eb9a17 (patch) | |
tree | e0670dc5463c2ec92ebf9b3d5a73927b4f1912b4 /README.md | |
parent | 59246942c5918df5763122691c554fc0fb0ce8e8 (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -46,7 +46,7 @@ you all the options. The interesting ones are detailed below: Changing install path from /usr/local to /usr ~~~~~~~~~~~~~ --DCMAKE_INSTALL_PREFIX:PATH=/usr +-DCMAKE_INSTALL_PREFIX=/usr ~~~~~~~~~~~~~ Building debug build: ~~~~~~~~~~~~~ @@ -74,6 +74,11 @@ The hellotinyb example uses a [TI Sensor Tag](http://www.ti.com/ww/en/wireless_c from which it reads the ambient temperature. You have to pass the MAC address of the Sensor Tag as a first parameter to the program. +Common issues +============ + +If you have any issues, please go through the [Troubleshooting Guide](TROUBLESHOOTING.md). If the solution is not there, please create a new issue on [Github](https://github.com/intel-iot-devkit/tinyb). + Contributing to TinyB ============ |