Re: [wsjt-devel] Hamlib branch when building from source for Linux

2024-12-05 Thread Adrian via wsjt-devel
Yes just check the contents etc show the same ; , so that your script procedure works. I have done it here for hamlib updates. 73 vk4tux On 6/12/24 12:17, Marco Calistri via wsjt-devel wrote: Il 05/12/24 20:14, Adrian via wsjt-devel ha scritto: Just substitute the extracted hamlib compon

Re: [wsjt-devel] Hamlib branch when building from source for Linux

2024-12-05 Thread Marco Calistri via wsjt-devel
Il 05/12/24 20:14, Adrian via wsjt-devel ha scritto: Just substitute the extracted hamlib component with that of github, in the same path. Then compile. 73 Very logic and straightforward answer, Adrian! I just have to check carefully how to apply your suggestion in practice, but you en-

Re: [wsjt-devel] Hamlib branch when building from source for Linux

2024-12-05 Thread Adrian via wsjt-devel
Just substitute the extracted hamlib component with that of github, in the same path. Then compile. 73 vk4tux On 6/12/24 06:19, Marco Calistri via wsjt-devel wrote: If I want to to build hamlib from GIT and keep using the classic method to compile WSJT-X, how to proceed? Or better: how ca

Re: [wsjt-devel] Hamlib branch when building from source for Linux

2024-12-05 Thread Marco Calistri via wsjt-devel
Il 05/12/24 18:06, Black Michael ha scritto: What do you mean "classic method" ? Mike W9MDB As I wrote in previous e-mail, I use the following syntax and I get the Hamlib included into the WSJT-X archive: marco@linux-turion64:~/WSJT-X_build/build> rm -rf /home/marco/WSJT-X_build/build/wsjt

Re: [wsjt-devel] Hamlib branch when building from source for Linux

2024-12-05 Thread Black Michael via wsjt-devel
What do you mean "classic method" ? Mike W9MDB On Thursday, December 5, 2024 at 02:22:16 PM CST, Marco Calistri via wsjt-devel wrote: If I want to to build hamlib from GIT and keep using the classic method to compile WSJT-X, how to proceed? Or better: how can I switch to hamlib

Re: [wsjt-devel] Hamlib branch when building from source for Linux

2024-12-05 Thread Marco Calistri via wsjt-devel
If I want to to build hamlib from GIT and keep using the classic method to compile WSJT-X, how to proceed? Or better: how can I switch to hamlib GIT and ignore the hamlib version which comes with WSJT-X tar? This is not yet clear to me! Thanks for any guidance in this regard. Regards, ---

Re: [wsjt-devel] Hamlib branch when building from source for Linux

2024-11-26 Thread Adrian via wsjt-devel
Thankyou, Is it possible to package Uwe's 'improved' versions too please ? 73 vk4tux On 27/11/24 00:49, Hibby wrote: You can see them directly at [1] - I've put that up temporarily, I meant to put the plumbing in place to get that on the website proper, I'll do that later today as I'm movi

Re: [wsjt-devel] Hamlib branch when building from source for Linux

2024-11-26 Thread Hibby via wsjt-devel
You can see them directly at [1] - I've put that up temporarily, I meant to put the plumbing in place to get that on the website proper, I'll do that later today as I'm moving away from github for various reasons. It's all a subset of the debian hamradio metapackages [2] both the packages and t

Re: [wsjt-devel] Hamlib branch when building from source for Linux

2024-11-26 Thread Adrian via wsjt-devel
I did not see wsjtx in your github packages list, Where are the packages offered listed please ? 73 Adrian ... vk4tux On 27/11/24 00:06, Hibby wrote: that looks right - you should be able to 'apt install wsjtx' and be on the latest with hamlib also installed.

Re: [wsjt-devel] Hamlib branch when building from source for Linux

2024-11-26 Thread Hibby via wsjt-devel
As two alternatives to self building for the latest and greatest: if you're on Raspi OS 12 (bookworm) 64 bit, you can enable debian backports [1] and install a pretty up to date copy of wsjtx. If you're not on bookworm 64bit, I maintain a private repo called hibbian [2] in which I maintian and

Re: [wsjt-devel] Hamlib branch when building from source for Linux

2024-11-26 Thread Marco Calistri via wsjt-devel
Hi MIke! I use the following procedure to compile WSJT-X on my Linux: marco@linux-turion64:~/WSJT-X_build/build> rm -rf /home/marco/WSJT-X_build/build/wsjtx-2.7.0/ tar -xzvf /home/marco/Scaricati/wsjtx-2.7.0-rc7.tgz -C /home/marco/WSJT-X_build/build/ cd /home/marco/WSJT-X_build/build/wsjtx-2.7.

Re: [wsjt-devel] Hamlib branch when building from source for Linux

2024-11-25 Thread Black Michael via wsjt-devel
That information is out-of-date $ mkdir ~/hamlib-prefix $ cd ~/hamlib-prefix $ git clone https://github.com/Hamlib/Hamlib src $ cd src $ ./bootstrap $ mkdir ../build $ cd ../build $ ../src/configure --prefix=$HOME/hamlib-prefix \    --without-cxx-binding --disable-winradio \    CFLAGS="-g -O2" \  

[wsjt-devel] Hamlib branch when building from source for Linux

2024-11-25 Thread mark--- via wsjt-devel
I am building on a Raspberry Pi. INSTALL file says clone Hamlib and checkout "integration" branch. I cannot find integration branch, or any mention of it on Hamlib repo. Am I missing something? Mark ___ wsjt-devel mailing list wsjt-devel@list