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 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,


---
*73 de Marco, PY1ZRJ (former IK5BCU)*
**


Il 25/11/24 10:32, Black Michael via wsjt-devel ha scritto:
That information is out-of-date

$ mkdir ~/hamlib-prefix
$ cd ~/hamlib-prefix
$ git clonehttps://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" \
    LDFLAGS="-Wl"
$ make
$ make install-strip

Mike W9MDB








On Monday, November 25, 2024 at 07:12:31 AM CST, mark--- via 
wsjt-devel<wsjt-devel@lists.sourceforge.net> wrote:






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@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

Reply via email to