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.
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-taskflowThe cpp-taskflow port in vcpkg is kept up to date by Microsoft team members and community contributors.