git clone https://github.com/dimicorn/morse.git
cd morse && mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release && makeThe same as above, except
cmake .. && makeAfter this you will have two executables tests and main.
After building, call the main executable to run the program:
./mainTo run tests call the tests executable
./tests