Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 237 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 237 Bytes

gomory

Compilation

To retrieve dependencies included as submodules (e.g., rapidjson), run:

git submodule update --init --recursive

Finally, compile the software:

mkdir build && cd build
cmake .. && make