mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-22 17:45:48 -05:00
Morse Decoder: returm to the original GGMorse library
This commit is contained in:
parent
4cf54cb9a5
commit
03bb11b869
@ -4,7 +4,7 @@ cd $HOME
|
||||
mkdir -p external && cd external
|
||||
mkdir -p f4exb && cd f4exb
|
||||
|
||||
git clone https://github.com/f4exb/ggmorse.git
|
||||
git clone https://github.com/ggerganov/ggmorse.git
|
||||
|
||||
cd ggmorse
|
||||
mkdir -p build && cd build
|
||||
|
2
external/CMakeLists.txt
vendored
2
external/CMakeLists.txt
vendored
@ -859,7 +859,7 @@ if(ENABLE_FEATURE_MORSEDECODER)
|
||||
set(GGMORSE_LIBRARIES "${EXTERNAL_BUILD_LIBRARIES}/lib${LIB_SUFFIX}/libggmorse${CMAKE_SHARED_LIBRARY_SUFFIX}" CACHE INTERNAL "")
|
||||
endif()
|
||||
ExternalProject_Add(ggmorse
|
||||
GIT_REPOSITORY https://github.com/f4exb/ggmorse.git
|
||||
GIT_REPOSITORY https://github.com/ggerganov/ggmorse.git
|
||||
PREFIX "${EXTERNAL_BUILD_LIBRARIES}/ggmorse"
|
||||
CMAKE_ARGS ${COMMON_CMAKE_ARGS}
|
||||
-DGGMORSE_BUILD_TESTS=OFF
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
<h2>Introduction</h2>
|
||||
|
||||
This feature plugin can be used to decode Morse (CW) transmissions. It is based on a slightly modified decoding library called [GGMorse](https://github.com/f4exb/ggmorse). You must compile and install this library to build this plugin. The GGMorse installation folder is specified as `-DGGMORSE_DIR` on the cmake command line.
|
||||
This feature plugin can be used to decode Morse (CW) transmissions. It is based on a decoding library called [GGMorse](https://github.com/ggerganov/ggmorse.git). You must compile and install this library to build this plugin. The GGMorse installation folder is specified as `-DGGMORSE_DIR` on the cmake command line.
|
||||
|
||||
This plugin uses the demodulated audio of some Rx channel plugins.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user