xref: /oneTBB/doc/GSG/get_started.rst (revision 95f95117)
1.. _Get_Started_Guide:
2
3Get Started with |full_name|
4=============================
5
6|short_name| Get Started Guide provides the information you need to begin working with oneTBB.
7It is helpful for new users of parallel programming and experienced developers that want to improve code performance.
8
9It is recommended for you to have a basic knowledge of C++ programming and some experience with parallel programming concepts.
10
11
12To start using oneTBB, follow the next steps:
13*********************************************
14
15#. Learn what :ref:`oneTBB is<intro>` and see the :ref:`System Requirements<system_requirements>`.
16#. :ref:`Install oneTBB<installation>`.
17#. Run your program using oneTBB following the :ref:`Next Steps <next_steps>`.
18#. Learn how to :ref:`Integrate oneTBB into your project <integrate>` using CMake* and pkg-config tool.
19#. See :ref:`oneTBB Samples <samples>`.
20
21
22
23
24
25