I do this, I am sure there are better ways to do it but for an hours
initial setup updates take minutes.
Richard G7OED
----------------------------------------------------------------------------------------------------------------------
Install required files
open terminal and copy and paste each line 1 at a time.
sudo apt-get install -y git cmake automake libtool asciidoctor asciidoc
gfortran subversion libwxgtk3.0-dev libusb-1.0-0-dev portaudio19-dev
libsamplerate0-dev
sudo apt-get install -y libasound2-dev libao-dev libfftw3-dev
libgsm1-dev libjpeg9-dev libxft-dev libxinerama-dev libxcursor-dev
libboost-all-dev libqt5multimedia5
sudo apt-get install -y libqt5multimedia5-plugins
libqt5multimediawidgets5 libqt5serialport5-dev libqt5svg5-dev
libqt5widgets5 libqt5sql5-sqlite libqwt-qt5-dev
sudo apt-get install -y libsndfile1-dev libudev-dev qtmultimedia5-dev
texinfo xsltproc swig qttools5-dev qttools5-dev-tools qtbase5-dev-tools
libwxgtk3.0-gtk3-dev
This only needs to be done once.
------------------------------------------------------------------------------------------------------------------------
next build hamlib
open terminal and copy and paste each line individually.
cd Downloads
wget
https://sourceforge.net/projects/hamlib/files/hamlib/4.2/hamlib-4.2.tar.gz
tar -zxvf hamlib-4.2.tar.gz
cd hamlib-4.2
./configure --prefix=/usr/local --enable-static
make
sudo make install
sudo ldconfig
reboot
------------------------------------------------------------------------------------------------------------------------
next build wsjt-x
open terminal and copy and paste each line individually.
git clone https://git.code.sf.net/p/wsjt/wsjtx wsjtx
mkdir build
cd build
cmake ../wsjtx
make
sudo make install
-----------------------------------------------------------------------------------------------------------------------
to update wsjtx
open terminal and copy and paste each line individually.
cd wsjtx
git pull
cd ..
cd build
cmake ../wsjtx
make
sudo make install
On 02/09/2022 03:16, Bill Lederer via wsjt-devel wrote:
Doesn't work for me lately.
Also, which version are you getting when you install it with apt get?
w8lvn
On Thu, Sep 1, 2022 at 7:00 PM John Fioroni via wsjt-devel
<wsjt-devel@lists.sourceforge.net> wrote:
You might add a note to your Users Manual that installing wsjtx
under Ubuntu is a simple two step process.
Open a terminal window and enter these two commands:
sudo apt-get upgrade
sudo apt-get install wsjtx
All needed files will be downloaded and installed.
Thanks.
John KB5QW
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel
--
--w8lvn--
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel