Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 358 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 358 Bytes

libmedusa

A fork of medusalog program as a library for independent projects

How to build?

libmedusa> mkdir build
libmedusa> cd build
build> cmake -DCMAKE_BUILD_TYPE=Release ..

How to run the test program?

build> ./test/medusatest

References