You need CMake installed to build a project.
Make sure that after git clone, you do:
git submodule update --init
All necessary packages other then Standard Libs, will be downloaded and build through CMake.
Install CMake 3.8+
Tested with "Visual Studio 15 2017 Win64" but can be build with others too.
[optional] if you want to build TBB, install make, which is required by TBB.
# install Command Line Tools
xcode-select --install
apt-get install clang -y
# make Clang default compiler
sudo update-alternatives --config c++
# yum install clang -y