diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-01-16 10:50:11 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-01-16 10:50:17 +0100 |
commit | 3e719a63b4bbae57d774c34e6c8cff882a328e14 (patch) | |
tree | e050c0b16dace4a8f574685647dbcbb9bd46501c /docs/part-2/4_xds-gdb.md | |
parent | 4b7ce7d2cc016e5f2e4b612fa742f65f91250235 (diff) |
Only one location for dependencies install instructions.
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'docs/part-2/4_xds-gdb.md')
-rw-r--r-- | docs/part-2/4_xds-gdb.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/part-2/4_xds-gdb.md b/docs/part-2/4_xds-gdb.md index 8bb47aa..6185ce9 100644 --- a/docs/part-2/4_xds-gdb.md +++ b/docs/part-2/4_xds-gdb.md @@ -94,10 +94,10 @@ Example of gdb init file where we define project and sdk ID: ## How to build xds-gdb from scratch -### Prerequisites +### Dependencies - You must install and setup [Go](https://golang.org/doc/install) version 1.8.1 or - higher to compile this tool. +Install [Go](https://golang.org/doc/install) and some other tools. +Refer to [Prerequisites chapter](./0_Abstract.html#prerequisites) for more details. ### Building |