I am renewing my interest in hamlib, mainly to code CAT application using Bluetooth ( in C.C++) .
I am asking for experience with "gotcha" when hamlib is added as external library to QtCreator.
I have read something to the effect it my be not code friendly in 5.12.x version of Qt.
I can read English , so do not reply with RTFM , I read how to build hamlib from scratch ...
I am asking if there is ANY specifics I should pay attention to while run "configure" in Ubuntu..
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am renewing my interest in hamlib, mainly to code CAT application using Bluetooth ( in C.C++) .
I am asking for experience with "gotcha" when hamlib is added as external library to QtCreator.
I have read something to the effect it my be not code friendly in 5.12.x version of Qt.
I can read English , so do not reply with RTFM , I read how to build hamlib from scratch ...
I am asking if there is ANY specifics I should pay attention to while run "configure" in Ubuntu..
I have loaded all source files and it is missing configure,h.
I am assuming ./configure builds it but I see no configure,
After reading INSTALL it looks as I need to run "bootstrap" first.
OK, in Ubuntu I can use "run as program" but there is no feedback.
I am not sure it is actually running bootstrap. .
Most likely not.
I am not "make" expert , can I set "bootstrap" to give some
kind of progress / feedback ?
PS
Please advise if this forum is "user oriented" and asking software questions not welcomed.
'
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have loaded all source files and it is missing configure,h.
I am assuming ./configure builds it but I see no configure,
After reading INSTALL it looks as I need to run "bootstrap" first.
OK, in Ubuntu I can use "run as program" but there is no feedback.
I am not sure it is actually running bootstrap. .
Most likely not.
I am not "make" expert , can I set "bootstrap" to give some
kind of progress / feedback ?
PS
Please advise if this forum is "user oriented" and asking software questions not welcomed.
I am renewing my interest in hamlib, mainly to code CAT application using Bluetooth ( in C.C++) .
I am asking for experience with "gotcha" when hamlib is added as external library to QtCreator.
I have read something to the effect it my be not code friendly in 5.12.x version of Qt.
I can read English , so do not reply with RTFM , I read how to build hamlib from scratch ...
I am asking if there is ANY specifics I should pay attention to while run "configure" in Ubuntu..
I don't know about 5.12.x but WSJT-X is 5.15.2 and uses hamlib just fine.I'm pretty suer WSJT-X did use an older Qt version too.
Mike W9MDB
I am renewing my interest in hamlib, mainly to code CAT application using Bluetooth ( in C.C++) .
I am asking for experience with "gotcha" when hamlib is added as external library to QtCreator.
I have read something to the effect it my be not code friendly in 5.12.x version of Qt.
I can read English , so do not reply with RTFM , I read how to build hamlib from scratch ...
I am asking if there is ANY specifics I should pay attention to while run "configure" in Ubuntu..
hamlib in QtCreator
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/hamlib/discussion/134214/
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
I have loaded all source files and it is missing configure,h.
I am assuming ./configure builds it but I see no configure,
After reading INSTALL it looks as I need to run "bootstrap" first.
OK, in Ubuntu I can use "run as program" but there is no feedback.
I am not sure it is actually running bootstrap. .
Most likely not.
I am not "make" expert , can I set "bootstrap" to give some
kind of progress / feedback ?
PS
Please advise if this forum is "user oriented" and asking software questions not welcomed.
'
Open a terminal window.
cd Hamlib
./bootstrap
./configure
make -j 4 install
The -j 4 just uses 4 CPUs and speeds up the build.
Mike W9MDB
On Thursday, April 25, 2024 at 10:50:06 PM CDT, Anne Ranch anne128@users.sourceforge.net wrote:
I have loaded all source files and it is missing configure,h.
I am assuming ./configure builds it but I see no configure,
After reading INSTALL it looks as I need to run "bootstrap" first.
OK, in Ubuntu I can use "run as program" but there is no feedback.
I am not sure it is actually running bootstrap. .
Most likely not.
I am not "make" expert , can I set "bootstrap" to give some
kind of progress / feedback ?
PS
Please advise if this forum is "user oriented" and asking software questions not welcomed.
'
hamlib in QtCreator
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/hamlib/discussion/134214/
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/