Roman Numeral Calculator
###Building and Running: #####Install needed debian packages:
apt-get install -y cmake pkg-config gperf gcc-multilib libc6-dev build-essential
#####Build source:
cmake .
make
#####Run tests:
tests\TestFalconCalc
#####Build coverage report:
cmake -DCMAKE_BUILD_TYPE=Debug
make FalconCalc_cov