Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 358 Bytes

requirements.md

File metadata and controls

9 lines (7 loc) · 358 Bytes

Dependencies for manual installation: BOOST CoRoutine Google GTest C++ test framework

Example on how to install the dependencies on Ubuntu: sudo apt-get install libboost-coroutine-dev libgtest-dev

This library depends on the concurrent queue library from Cameron which will be auto-downloaded from GitHub: https://github.com/cameron314/concurrentqueue.git