DriveWorks SDK Reference
3.0.4260 Release
For Test and Development only

/dvs/git/dirty/gitlab-master_av/dw/sdk/doc/installation/dwx_installation_x86.md
Go to the documentation of this file.
1 # Copyright (c) 2018-2019 NVIDIA CORPORATION. All rights reserved.
2 
3 @page dwx_installation_x86 Installation on Linux Desktop
4 
5 This section explains how to install NVIDIA<sup>&reg;</sup> DriveWorks on the Linux host system.
6 
7 ### To install NVIDIA DriveWorks on the Linux host system
8 
9 1. Copy the following files to your Linux system:
10 
11  driveworks-<vsn_and_rel_info>-linux-amd64-ubuntu1804.deb
12  driveworks_data-<vsn_and_rel_info>-linux-amd64-ubuntu1804.deb
13  driveworks_samples-<vsn_and_rel_info>-linux-amd64-ubuntu1804.deb
14  driveworks_cross_linux-<vsn_and_rel_info>-drive-linux-<pdk-version>.deb
15 
16 2. Execute:
17 
18  $ sudo dpkg -i driveworks-<vsr_and_rel_info>-linux-amd64-ubuntu1804.deb
19  This installs DriveWorks into the following folder, which is the main installation folder on the target.
20 
21  /usr/local/driveworks-<vsn>/
22 
23 3. Execute:
24 
25  $ sudo dpkg -i driveworks_data-<vsn_and_rel_info>-linux-amd64-ubuntu1804.deb
26  $ sudo dpkg -i driveworks_samples-<vsn_and_rel_info>-linux-amd64-ubuntu1804.deb
27  This installs DriveWorks samples and data on top of DriveWorks.
28 
29 4. Execute:
30 
31  $ sudo dpkg -i driveworks_cross_linux-<vsn_and_rel_info>-drive-linux-<pdk-version>.deb
32  $ sudo dpkg -i driveworks_cross_qnx-<vsn_and_rel_info>-drive-qnx-<pdk-version>.deb
33  This installs DriveWorks samples cross compilation libraries for NVIDIA DRIVE Platform (Linux and QNX).