diff options
author | Sebastien D <seb.douheret@gmail.com> | 2017-09-27 16:03:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-27 16:03:20 +0200 |
commit | cda992c2f700f597947be9c03a66f6bd4fe70bdd (patch) | |
tree | 9433d27253295f2236ef267c87c1b029daaae82c /docs/part-2/1_xds-server.md | |
parent | b69af88cd5a475ab3dd9a678aa14244e408d7c53 (diff) |
Add Warning about native build
Diffstat (limited to 'docs/part-2/1_xds-server.md')
-rw-r--r-- | docs/part-2/1_xds-server.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/part-2/1_xds-server.md b/docs/part-2/1_xds-server.md index b464239..110ee06 100644 --- a/docs/part-2/1_xds-server.md +++ b/docs/part-2/1_xds-server.md @@ -235,6 +235,10 @@ And to install `xds-server` (by default in `/opt/AGL/xds/server`): make install ``` +>**WARNING:** makefile install rule and default values in configuration file are set + to fit the docker setup, so you may need to adapt some settings when you want to install + xds-server natively. + >**NOTE:** Used `DESTDIR` to specify another install directory >```bash >make install DESTDIR=$HOME/opt/xds-server |