boki1 / patrick

Patrick - library for using linear codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Patrick - library for using linear codes

dev-status build-and-tests License: MIT


Building

// Select what you would like to build when ccmake opens.
// Tests are automatically ran if built.
$ ./build.sh --output=cmake-build-debug --configure=yes

// Try the live demo
$ ./cmake-build-debug/app/livedemo

// Produce documentation and open it in the browser
$ doxygen docs/Doxyfile
$ xdg-open docs/build/html/index.html

Documentation - Latest


LICENSE, MIT Kristiyan Stoimenov, 2023

About

Patrick - library for using linear codes

License:MIT License


Languages

Language:C++ 94.7%Language:CMake 4.7%Language:Shell 0.6%