- Translate Text to Morse Code.
- Translate Morse Code to Text.
- Load Text or Morse Code from a file.
- Save Text or Morse Code to a file.
git clone https://github.com/microsoft/vcpkg.git ~/vcpkg
~/vcpkg/bootstrap-vcpkg.sh
git clone https://github.com/xorz57/MorseCodeConverter.git
cd MorseCodeConverter
cmake -B build -DCMAKE_BUILD_TYPE=Release -S . -DCMAKE_TOOLCHAIN_FILE=~/vcpkg/scripts/buildsystems/vcpkg.cmake
cmake --build build --config Release
ctest --build-config Release
git clone https://github.com/microsoft/vcpkg.git C:/vcpkg
C:/vcpkg/bootstrap-vcpkg.bat
C:/vcpkg/vcpkg.exe integrate install
git clone https://github.com/xorz57/MorseCodeConverter.git
cd MorseCodeConverter
cmake -B build -DCMAKE_BUILD_TYPE=Release -S . -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake
cmake --build build --config Release
ctest --build-config Release
This project is licensed under the MIT License.
We would like to express our gratitude to the authors and maintainers of the libraries and tools that MorseCodeConverter depends on. Their work is greatly appreciated.
For questions, suggestions, or feedback, feel free to contact us:
- Email: [email protected]
- GitHub: xorz57