diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-01-05 17:39:36 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-01-05 17:39:36 +0100 |
commit | 9358c9fb4b198adf8594cedd6b8941d88dec63e9 (patch) | |
tree | 807dc35de2dccbf6e96d498a0d01eece293f2ecb /docs/part-1/1_install-client.md | |
parent | fb3fdb7bc37627489eda28c374177af879c924af (diff) |
XDS sources are now hold under AGL Gerrit (update refs).
Diffstat (limited to 'docs/part-1/1_install-client.md')
-rw-r--r-- | docs/part-1/1_install-client.md | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/docs/part-1/1_install-client.md b/docs/part-1/1_install-client.md index 304b46a..b482dc9 100644 --- a/docs/part-1/1_install-client.md +++ b/docs/part-1/1_install-client.md @@ -1,6 +1,6 @@ # Installing XDS client tools -[xds-agent](https://github.com/iotbzh/xds-agent) is a client tool that must run +[xds-agent](https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/xds/xds-agent.git) is a client tool that must run on your machine (user / developer host) to be able to use XDS. You should establish the following chain: @@ -14,12 +14,8 @@ and default url/port mentioned in schema below can be change using config files. Installation of other XDS client tools, such as `xds-cli` or `xds-gdb` is optional and depends of what you want to do : -- [xds-cli](https://github.com/iotbzh/xds-cli) : command line tool to used to interact with XDS (also used by IDE integration). -- [xds-gdb](https://github.com/iotbzh/xds-gdb) : requested for debugging application. - -> [xds-exec](https://github.com/iotbzh/xds-exec) is another tool used to interact -> with XDS before that `xds-cli` exists. `xds-exec` is deprecated and you should -> now use `xds-cli exec` command instead. +- [xds-cli](https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/xds/xds-cli.git) : command line tool to used to interact with XDS (also used by IDE integration). +- [xds-gdb](https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/xds/xds-gdb.git) : requested for debugging application. ## Install packages for debian distro type |