DriveWorks SDK Reference
3.0.4260 Release
For Test and Development only

/dvs/git/dirty/gitlab-master_av/dw/sdk/doc/getting_started.md
Go to the documentation of this file.
1 # Copyright (c) 2017-2019 NVIDIA CORPORATION. All rights reserved.
2 
3 @page dwx_devguide_getting_started Getting Started
4 
5 NVIDIA<sup>&reg;</sup> SDK Manager automatically installs the following items on the NVIDIA DRIVE<sup>&trade;</sup> target platform
6 and host systems:
7 
8 - NVIDIA DRIVE ™ 5.1 SDK/PDK
9 - NVIDIA CUDA<sup>&reg;</sup> Toolkit version 10.2.152
10 - cuDNN 7.6.6.106
11 - TensorRT version 6.2.0.3
12 - cmake version 3.10
13 - gcc version 7.4
14 - NVIDIA<sup>&reg;</sup> DriveWorks
15 - Libraries upon which the above items depend
16 
17 ## NVIDIA DRIVE Platform Prerequisites
18 
19 The following hardware item is required:
20 - **Host System**: An x86 computer with a NVIDIA Volta or Turing based GPU.
21 
22 The following hardware item is optional, but strongly recommended:
23 - **Target System**: A NVIDIA DRIVE<sup>&trade;</sup> platform with the latest DRIVE OS flashed in the system.
24 
25 ## x86 Host System Prerequisites
26 
27 The _Release Notes_ describe the software dependencies. SDK Manager installs these
28 dependencies.
29 
30 @note You may also need to install (using apt-get install) the following packages:
31 - libx11-dev
32 - libxrandr-dev
33 - libxcursor-dev
34 - libxxf86vm-dev
35 - libxinerama-dev
36 - libxi-dev
37 - libglu1-mesa-dev
38 - libglew-dev
39 - libgles2-mesa-dev
40 
41 Desktop development relies on NVCUVID for video decoding, which is included with
42 the NVIDIA drivers. In general, the `cmake` build scripts can find NVCUVID
43 installation. However, if this fails, you must set a symbolic link
44 `/usr/lib/nvidia-current` pointing to your NVIDIA driver lib, for instance to
45 `/usr/lib/nvidia-xyz`.
46 
47 ## Installation
48 
49 If you have successfully run SDK Manager, you can skip this section.
50 
51 The following sections provide platform-specific instructions for manually installing NVIDIA<sup>&reg;</sup> DriveWorks:
52 
53 - @ref dwx_installation_x86
54 - @ref dwx_installation_V5L
55 - @ref dwx_installation_V5Q
56 
57 To verify that DriveWorks is correctly installed, see @ref dwx_verification.