oneTBB icon indicating copy to clipboard operation
oneTBB copied to clipboard

cmake instructions are not clear

Open nikhil-swamix opened this issue 2 years ago • 3 comments

image i have no clue what to do, or how to install after careful reading of readme. and i had issues setting up bazel! need one liner command, i require this library as prerequsite for opencv

it would be good if like: pip install onetbb winget install onetbb npm install @oneapi/onetbb

or simple one liner command is available! please focus on ease of use or prebuild binaries. i will spin up EC2 instance if you want for continuous build! but please do and give some instructions.

nikhil-swamix avatar Sep 03 '23 12:09 nikhil-swamix

pip install tbb tbb-devel works. (Install tbb-devel only if you need header files or debug prebuilt binaries.)

dnmokhov avatar Sep 03 '23 21:09 dnmokhov

BTW, for CMake, a typical one-liner would be

cmake -B build && cmake --build build

(where build is the build directory).

dnmokhov avatar Sep 03 '23 21:09 dnmokhov

@Nikhil-Software-Cartel, do you have any additional questions, or should we close this issue?

dnmokhov avatar Sep 19 '23 03:09 dnmokhov