Re: [Hamlib-developer] Hamlib version in Raspbian Bookworm the latest?
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Nate B. <n0...@n0...> - 2025-04-18 01:56:11
|
* On 2025 17 Apr 17:41 -0500, Richard Emling wrote: > Hi Nate. > > > I had a look at the sources. This is taff. Dunno, if I am able to compile > this. Are there pre compiled binaries available for Raspi OS Bookworm? Or > could you point me to where to start when I need to compile it myself? Hi Richard. I don't know if anyone is providing up-to-date packages for RPi OS Bookworm. If that is being done, I'd like to add a link to our Web sites for such packages. For compiling on your system, you can install the build-essential package which should pull in everything needed for a basic build of Hamlib. The released source tarball has already been prepared for ease compilation. For the latest release this archive is: https://github.com/Hamlib/Hamlib/releases/download/4.6.2/hamlib-4.6.2.tar.gz The archive will unpack into its own directory named hamlib-4.6.2 with all files and other directories under that. In that directory you should find the INSTALL file which should give guidance for building Hamlib and installing it to your system. There is quite a bit of information, not all of which will apply to your installation. Section 5 is important so the runtime dynamic linker can find the newly installed libhamlib files. Fortunately, this doesn't need to be done often and probably won't be required until there is a Hamlib version 5 (quite some time). After it has been done a few times and you get the hang of it, you might want to try the daily snapshots, but for now try the latest release and see if that provides any more functions. 73, Nate -- "The optimist proclaims that we live in the best of all possible worlds. The pessimist fears this is true." Web: https://www.n0nb.us Projects: https://github.com/N0NB GPG fingerprint: 82D6 4F6B 0E67 CD41 F689 BBA6 FB2C 5130 D55A 8819 |