A morse en-/descryption program made in C.
- Doxygen, CMake and a valid compiler must be installed.
- Before building, delete
build/
, otherwise there may be compatibility problems between UNIX and Windows. - Build the project:
mkdir build
cd build
cmake ..
cmake --build .
The build process may ask you to specify your compiler. For Windows, use cmake -G "MinGW Makefile" ..
if needed.
On UNIX systems, ./morse -h
will show how the program is used. Windows will work a little different.
UNIX Example: echo "hello world" | ./morse
Windows Example: echo hello world| morse.exe