diff options
Diffstat (limited to 'INSTALL/tasks.d/81_xds_tools')
-rw-r--r-- | INSTALL/tasks.d/81_xds_tools | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/INSTALL/tasks.d/81_xds_tools b/INSTALL/tasks.d/81_xds_tools index a2593c4..ed690cf 100644 --- a/INSTALL/tasks.d/81_xds_tools +++ b/INSTALL/tasks.d/81_xds_tools @@ -2,3 +2,10 @@ # install essential tools used when compiling a project with XDS apt-get install -y cmake uuid-dev libssl-dev + +# for sdk installation +apt-get install -y pbzip2 pigz lzop + +dpkg -i \ + $INSTDIR/tools/tar/*.deb \ + $INSTDIR/tools/xz-utils/*.deb |