8000 GitHub - dominicbrauer/morse: A morse en-/descryption program made in C.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dominicbrauer/morse

Folders and files

8000 NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

morse

A morse en-/descryption program made in C.

Getting started

  1. Doxygen, CMake and a valid compiler must be installed.
  2. Before building, delete build/, otherwise there may be compatibility problems between UNIX and Windows.
  3. 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

About

A morse en-/descryption program made in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0