taskflow / taskflow

A General-purpose Task-parallel Programming System using Modern C++

Home Page:https://taskflow.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using Cpp-Taskflow through Microsoft vcpkg

tsung-wei-huang opened this issue · comments

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.