diff options
Diffstat (limited to 'docs/part-2/2_xds-agent.md')
-rw-r--r-- | docs/part-2/2_xds-agent.md | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/docs/part-2/2_xds-agent.md b/docs/part-2/2_xds-agent.md index 5c9e114..7d08a16 100644 --- a/docs/part-2/2_xds-agent.md +++ b/docs/part-2/2_xds-agent.md @@ -82,7 +82,7 @@ Ubuntu: ```bash sudo apt-get install golang npm curl git zip unzip - sudo npm install --global @angular/cli # Angular Command Line Interface + sudo npm install --global n @angular/cli # Angular Command Line Interface # Install LTS version of nodejs sudo n lts ``` @@ -91,7 +91,7 @@ openSUSE: ```bash sudo zypper install go npm git curl zip unzip - sudo npm install --global @angular/cli # Angular Command Line Interface + sudo npm install --global n @angular/cli # Angular Command Line Interface # Install LTS version of nodejs sudo n lts ``` @@ -188,13 +188,19 @@ So clone first `xds-server` + `xds-common` sources next to `xds-agent` directory You should have the following tree: ```bash -> tree -L 3 src -src -|-- github.com - |-- iotbzh - |-- xds-agent - |-- xds-common - |-- xds-server +tree -L 5 --charset=ascii src/ +src/ +`-- gerrit.automotivelinux.org + `-- gerrit + `-- src + `-- xds + |-- backup.sh + |-- xds-agent + |-- xds-cli + |-- xds-common + |-- xds-docs + |-- xds-gdb + `-- xds-server ``` Then invoke `vendor/debug` Makefile rule to create a symlink inside vendor |