Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 299 Bytes

File metadata and controls

14 lines (11 loc) · 299 Bytes

Installation

git clone https://github.com/drepekh/GPUJobSystem.git --recursive

To build the project open terminal at the level of this file and enter following commands:

mkdir build
cd build
cmake ../

After this you can build the project using available C++ toolchain.