Using Cpp-Taskflow through Microsoft vcpkg

You can download and install cpp-taskflow using the vcpkg dependency manager:

    git clone https://github.com/Microsoft/vcpkg.git
    cd vcpkg
    ./bootstrap-vcpkg.sh
    ./vcpkg integrate install
    ./vcpkg install cpp-taskflow

The cpp-taskflow port in vcpkg is kept up to date by Microsoft team members and community contributors.