From 3e719a63b4bbae57d774c34e6c8cff882a328e14 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Tue, 16 Jan 2018 10:50:11 +0100 Subject: Only one location for dependencies install instructions. Signed-off-by: Sebastien Douheret --- docs/part-2/4_xds-gdb.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/part-2/4_xds-gdb.md') 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 -- cgit 1.2.3-korg