Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 212 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 212 Bytes

Compilation

@note Work in-progress

All-Platforms

./configure && cmake --build ./build

Windows Makefiles

./configure -G 'Unix Makefiles' && make -C ./build -j && make -C ./build test