DriveWorks SDK Reference
3.0.4260 Release
For Test and Development only

/dvs/git/dirty/gitlab-master_av/dw/sdk/doc/tutorials/samples/x86.md
Go to the documentation of this file.
1 # Copyright (c) 2019-2020 NVIDIA CORPORATION. All rights reserved.
2 
3 @page dwx_samples_building_x86 Building for the Linux Host System
4 
5 @note SW Release Applicability: This sample is available in both **NVIDIA DriveWorks** and **NVIDIA DRIVE Software** releases.
6 
7 The NVIDIA<sup>&reg;</sup> DriveWorks SDK samples use a standard cmake-based build system.
8 The default approach is to create a build folder for an "out of the source tree build"
9 and to point `cmake` to build the samples from there.
10 
11 On the host system, enter:
12 
13  $ mkdir build
14  $ cd build
15  $ cmake -DCMAKE_BUILD_TYPE=Release /path/to/driveworks/samples/folder
16  $ make -j