File: libtbb-dev.README.Debian

package info (click to toggle)
tbb 3.0%2Br035-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 11,620 kB
  • ctags: 27,241
  • sloc: cpp: 60,220; ansic: 5,220; asm: 802; makefile: 622; sh: 89
file content (22 lines) | stat: -rw-r--r-- 658 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
tbb for Debian
--------------

This is the Intel Threading Building Blocks package.  It comes from the
"Commercial Aligned Release" series of TBB releases.

This package ships a pkg-config file in /usr/lib/pkgconfig/tbb.pc.  Here is
an example of how it is used:

gcc -o test test.c `pkg-config --libs --cflags tbb`

The examples are located in the tbb-examples package.  In order to install
and use them, you want to install that package and run something like this:

cd ~
cp -r /usr/share/doc/tbb-examples/ .
cd tbb-examples
find . -name '*.gz'| xargs gunzip
cd examples
make

 -- Roberto C. Sanchez <roberto@connexer.com>  Fri, 14 Dec 2007 23:10:58 -0500