Cyberithub

How to Install libtbb-dev package on Ubuntu 20.04 LTS (Focal Fossa)

How to Install libtbb-dev package on Ubuntu 20.04 LTS (Focal Fossa) 2

In this article, I will take you through the steps to install libtbb-dev package on Ubuntu 20.04 LTS (Focal Fossa). Threading Building Blocks (TBB) is a C++ template library that helps us leverage multi-core processor performance without having to be a threading expert. It is developed by Intel for parallel programming on multi-core processors. Using ... Read more

How to Install cmake on Ubuntu 20.04 LTS (Focal Fossa)

How to Install cmake on Ubuntu 20.04 LTS (Focal Fossa) 10

In this article, I will take you through the steps to install cmake on Ubuntu 20.04 LTS (Focal Fossa). CMake is cross-platform free and open-source software for build automation, testing, packaging and installation of software by using a compiler-independent configuration files. It generate native makefiles and workspaces that can be used in the compiler environment ... Read more