Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 209 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 209 Bytes

Docker

docker build --rm -t matrix .
docker run --rm -ti -v 'code path':/workspace matrix:latest /bin/bash

All

mkdir build
cd build

Linux

cmake ..

Windows

cmake -G "Visual Studio 15" ..