Skip to content

Artemia76/EasyMorse

Repository files navigation

#EasyMorse build instruction

Easy Morse is QT5 based application to learn Morse code by earing and produce. In future version it will could used in association with SDR or RADIO to decode and produce morse code.

EasyMorse will be designed on open source project model and will be writted in C++ with portable library (Qt)

EasyMorse is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

EasyMorse is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

The license is as published by the Free Software Foundation and appearing in the file LICENSE.GPL3 included in the packaging of this software. Please review the following information to ensure the GNU General Public License requirements will be met: GPLv3 licence

  1. DEPENDENCIES

    • Qt : >=5.9
  2. Build on Linux

    1. UBUNTU

      On ubuntu you can enter this command line how provide you all dependencies needed to build ffs2play:

       sudo apt-get install build-essential qt5-default pkg-config
      
    2. Gentoo / Calculate Linux

      Prepare dependencies on terminal as superuser:

       emerge @qt5-essentials
      
    3. Arch Linux

      Prepare dependencies on terminal :

       sudo yaourt -S base-devel gdb qt5-base
      
    4. Final build:

      on git root :

       qmake CONFIG+=release
       make -j3
       ./EasyMorse
      
    5. Update

      repeat previous commands after git pull

  3. WIN(Visual studio community edition)

    coming ...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published