Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 381 Bytes

For-Developers.md

File metadata and controls

18 lines (15 loc) · 381 Bytes

Notes For Developers

Dependencies

Requires a compiler (e.g. gcc) that supports C++11.

Compile

git clone [email protected]:vgg/fii.git
cd fii && cmake -B build src/
make -C build -j
make test -C build -j           # run tests (optional)

Check for Memory Leaks

valgrind --leak-check=full ./fii_image_size_test
valgrind --leak-check=full ./fii ../data/test/