NVENC 5.0 SDK Readme and Getting Started Guide

System Requirements

* NVIDIA Kepler/Maxwell based GPU - Refer to the NVIDIA NVENC developer site for GPUs that support NVENC
* Windows: Driver version 347.09 or higher 
* Linux: Driver from 346.22 or higher
* CUDA 6.5 Toolkit

[Windows Configuration Requirements]
The following environment variables need to be set to build this sample application 
* For Windows
  - DXSDK_DIR: pointing to the DirectX SDK root directory
    You can download the latest SDK from Microsoft's DirectX website
* For Windows
  - The CUDA 6.5 Toolkit must also be installed (see below on how to get it)
  - CUDA toolkit required to enable CUDA interop support with NVENC hardware

[Linux Configuration Requirements]    
* For Linux
  - The CUDA 6.5 Toolkit must also be installed (see below on how to get it)
  - NVENC SDK 5.0 for Linux requires a CUDA 6.5 toolkit and R346 driver to build and run.
  - For the driver, please use a R346 driver with this package.
    Please refer to the CUDA 6.5 installation guides on for details on installing the toolkit

[Common to all OS platforms]
To download the CUDA 6.5 toolkit, you can get it here for your linux distribution.

http://developer.nvidia.com/cuda/cuda-toolkit

Please refer to the samples guide [.\Samples\NVENC_Samples_Guide.pdf] for details regarding the building and running of the applications. 