From 9185cd489106e23b29d99f508cb53622d7c7bc33 Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Wed, 3 Nov 2021 21:19:49 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f50ca2ca..81812c53 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ FreeDV Codec 2 : https://github.com/drowe67/codec2 xssfox : https://github.com/xssfox/freedv-tnc * Wolfgang, for lending me his radio so I'm able to do real hf tests -## Running the app bundle +## Running the Ubuntu app bundle Just download the latest developer release from the releases section, unpack it and just start the ".AppImage file". No more dependencies ## Manual Installation Ubuntu @@ -30,6 +30,7 @@ npm cache clean -f sudo npm install -g n sudo n stable sudo apt install python3 +sudo apt install python3-hamlib sudo apt install portaudio19-dev sudo apt install python3-pyaudio sudo apt install python3-pip @@ -55,10 +56,9 @@ make ``` ### 2. starting tnc -You need to set the "--debug" option. Otherwise daemon.py is looking for precompiled binaries which causes an error ``` cd /home/[user]/FreeDATA/tnc -python3 daemon.py --debug +python3 daemon.py ``` A successfull start looks like this. ```