06-05-2018, 09:47 PM
Hi all,
David Rowe has the C++ sauce code available for his new mode 700D on github.
Mark VK5QI and I just made a QSO using it on 7177KHz LSB This evening 9pm Sunday
On Linux
svn co https://svn.code.sf.net/p/freetel/code/codec2-dev
mkdir build_linux; cd build_linux; cmake ../ ; make; sudo make install
and the GUI app
svn co https://svn.code.sf.net/p/freetel/code/freedv-dev
echo '========== Build instructions ========
edit CMakeLists.txt
modify set(USE_STATIC_CODEC2 FALSE CACHE BOOL
modify set(USE_STATIC_SPEEXDSP FALSE CACHE BOOL
search WXRC "" => "wxrc-3.0" and line before "" => "wx-config-3.0"
mkdir build_linux; cd build_linux; cmake ../ ; make
Alan VK2ZIW, Mark VK5QI
David Rowe has the C++ sauce code available for his new mode 700D on github.
Mark VK5QI and I just made a QSO using it on 7177KHz LSB This evening 9pm Sunday
On Linux
svn co https://svn.code.sf.net/p/freetel/code/codec2-dev
mkdir build_linux; cd build_linux; cmake ../ ; make; sudo make install
and the GUI app
svn co https://svn.code.sf.net/p/freetel/code/freedv-dev
echo '========== Build instructions ========
edit CMakeLists.txt
modify set(USE_STATIC_CODEC2 FALSE CACHE BOOL
modify set(USE_STATIC_SPEEXDSP FALSE CACHE BOOL
search WXRC "" => "wxrc-3.0" and line before "" => "wx-config-3.0"
mkdir build_linux; cd build_linux; cmake ../ ; make
Alan VK2ZIW, Mark VK5QI