Changes between Version 27 and Version 28 of Encodings/nvenc
- Timestamp:
- 08/21/14 04:56:06 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encodings/nvenc
v27 v28 9 9 {{{#!div class="box" 10 10 == Building == 11 * Download the [https://developer.nvidia.com/cuda-downloads CUDA SDK] and install it. If present, you should remove any previously installed nvidia drivers: both "nouveau" and nvidia's proprietary drivers - either install the drivers bundled with CUDA or a sufficiently recent version, preferably directly from nvidia (ie: {{{331.20}}}, {{{331.49}}} and {{{334.21}}} are known to work - {{{337.12}}} does not and may need an updated SDK or different keys, {{{331.79}}} also works but may require newer license keys )11 * Download the [https://developer.nvidia.com/cuda-downloads CUDA SDK] and install it. If present, you should remove any previously installed nvidia drivers: both "nouveau" and nvidia's proprietary drivers - either install the drivers bundled with CUDA or a sufficiently recent version, preferably directly from nvidia (ie: {{{331.20}}}, {{{331.49}}} and {{{334.21}}} are known to work - {{{337.12}}} does not and may need an updated SDK or different keys, {{{331.79}}} also works but may require newer license keys, more information here: #595) 12 12 * Download the [/attachment/wiki/Encodings/nvenc/cuda.pc cuda.pc] pkgconfig file (missing from the SDK) and install it (usually in {{{/usr/lib64/pkgconfig}}} for 64-bit systems) 13 13 * [http://wiki.tiker.net/PyCuda/Installation/Linux Install PyCuda]