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" \
   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