Re: [wsjt-devel] Build wsjt-x on Debian

2018-05-25 Thread Paul Bramscher
I'm building on Debian 9.4 and ran into some dependency issues also. I have 
this saved in my notes, though I'm not 100% sure the first two were required 
(it's been a couple months since I first did this):

libusb-ocaml
libusb-ocaml-dev
libudev-dev

Would be nice to have the Debian stuff up-to-date, since many distros/projects 
are based on it.

73, KD0KZE / Paul

> On May 25, 2018 at 4:42 AM F6BHK  wrote:
>
>
> Hi there,
>
> I successfully built wsjt-x on Debian Stretch yesterday. The existing INSTALL 
> file is not up-to-date. You guys might be interested by the steps I had to go 
> through in order to build wsjt-x.
>
> Starting from a fresh Stretch install (Debian 9.4): (apt-get update + upgrade 
> + dist-upgrade Stretch)
>
> I could not find build-essentials in the repo (I seem to remember that name 
> but that was a very long time ago), so I had to:
> apt-get install gcc g++ fortran cmake (lowercase; CMake does not exist) 
> texinfo libtool automake (autoreconf is not a package)
> apt-get install git subversion (svn is not a package) asciidoc asciidocto 
> pkg-config
> apt-get install qt5.7 qt5libmultimedia-dev qt5widgets qt5base5-dev 
> qtmultimedia5-dev libqtseriqlport5 lib5qt5serialport5-dev
> apt-get libudev-dev libusb-1.0-0-dev fftw3-3-dev libfftw3-dev
>
> default versions of gcc/g++ is gcc6.
>
> When you local repo is updated, then (as detailed in the INSTALL)
> get source: wget —no-ckeck-certificates 
> https://physics/wsjtx-1.9.0-rc4.tgz and untar in your 
> build: cmake —build 
> install cmake —build  —target install
>
> et hop !
>
> done (it took a night to a "VIA Epia" cell with 1Gb mem and 500Gb disk to 
> complete)
>
> There is a big load of warnings when compiling the fortran source files but I 
> saw something about that on the reflector some days ago.
>
> Cheers
> Serge
>
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] Build wsjt-x on Debian

2018-05-25 Thread Magne Mæhre

Den 25.05.2018 11:42, skrev F6BHK:


I could not find build-essentials in the repo (I seem to remember that name but 
that was a very long time ago), so I had to:


It's build-essential (without the trailing 's')


apt-get install gcc g++ fortran cmake (lowercase; CMake does not exist) texinfo 
libtool automake (autoreconf is not a package)
apt-get install git subversion (svn is not a package) asciidoc asciidocto 
pkg-config
apt-get install qt5.7 qt5libmultimedia-dev qt5widgets qt5base5-dev 
qtmultimedia5-dev libqtseriqlport5 lib5qt5serialport5-dev
apt-get libudev-dev libusb-1.0-0-dev fftw3-3-dev libfftw3-dev


Great. I remember spending quite some time to determine the correct qt5
package names.

Thanks.

--Magne / LA1BFA

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] Build wsjt-x on Debian

2018-05-25 Thread F6BHK
Hi there,

I successfully built wsjt-x on Debian Stretch yesterday. The existing INSTALL 
file is not up-to-date. You guys might be interested by the steps I had to go 
through in order to build wsjt-x.

Starting from a fresh Stretch install (Debian 9.4): (apt-get update + upgrade + 
dist-upgrade Stretch)

I could not find build-essentials in the repo (I seem to remember that name but 
that was a very long time ago), so I had to:
apt-get install gcc g++ fortran cmake (lowercase; CMake does not exist) texinfo 
libtool automake (autoreconf is not a package)
apt-get install git subversion (svn is not a package) asciidoc asciidocto 
pkg-config
apt-get install qt5.7 qt5libmultimedia-dev qt5widgets qt5base5-dev 
qtmultimedia5-dev libqtseriqlport5 lib5qt5serialport5-dev
apt-get libudev-dev libusb-1.0-0-dev fftw3-3-dev libfftw3-dev

default versions of gcc/g++ is gcc6.

When you local repo is updated, then (as detailed in the INSTALL)
get source: wget —no-ckeck-certificates https://physics/wsjtx-1.9.0-rc4.tgz 
and untar in your 
build: cmake —build 
install cmake —build  —target install

et hop !

done (it took a night to a "VIA Epia" cell with 1Gb mem and 500Gb disk to 
complete)

There is a big load of warnings when compiling the fortran source files but I 
saw something about that on the reflector some days ago.

Cheers
Serge


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel