summaryrefslogtreecommitdiffstats
path: root/agl-documentation/host-configuration/docs/4_AGL_XDS.md
blob: 5f06c19218fb8653f16c14e0e8972f2da2bc7cd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# AGL XDS

AGL X(cross) Development System (XDS) provides a multi-platform cross
development tool with near-zero installation.

* xds-agent: a client/agent that should run on your local / user development machine when you use XDS.
* xds-cli: a command line tool used to control / interface X(cross) Development System, it can be used in addition to XDS DASHBOARD.
* xds-gdb: a wrapper on gdb debugger for X(cross) Development System.

## AGL XDS for debian

```bash
sudo apt-get install agl-xds-agent agl-xds-cli agl-xds-gdb
```

## AGL XDS for openSUSE

```bash
sudo zypper install agl-xds-agent agl-xds-cli agl-xds-gdb
```

## AGL XDS for fedora

```bash
sudo dnf install agl-xds-agent agl-xds-cli agl-xds-gdb
```

## AGL XDS Documentation

You can find the XDS documentation
 [here](http://docs.automotivelinux.org/master/docs/devguides/en/dev/reference/xds/part-1/0_Abstract.html).