File: nvidia-cuda-toolkit.README.Debian

package info (click to toggle)
nvidia-cuda-toolkit 5.5.22-6~bpo70%2B2
  • links: PTS, VCS
  • area: non-free
  • in suites: wheezy-backports
  • size: 1,129,272 kB
  • sloc: sh: 4,033,472; makefile: 140
file content (27 lines) | stat: -rw-r--r-- 829 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
nvidia-cuda-toolkit for Debian
------------------------------

Installing the GPU Computing SDK
================================

To install the GPU Computing SDK (a collection of code examples for CUDA
and OpenCL), just download and run gpucomputingsdk_<VERSION>_linux.run
from NVIDIA - it will extract into ~/NVIDIA_GPU_Computing_SDK/ by default.

The following Debian packages are needed to build the examples:
  * freeglut3-dev
  * libgl1-mesa-dev
  * libglu1-mesa-dev
  * libx11-dev
  * libxi-dev
  * libxmu-dev

To build the example programs, change to the directory where the SDK was
installed (by default: ~/NVIDIA_GPU_Computing_SDK/) and run

    make

For more information on the SDK, please see
http://developer.nvidia.com/gpu-computing-sdk

 -- Andreas Beckmann <debian@abeckmann.de>  Mon, 10 Oct 2011 18:52:42 +0200