On Tuesday, 19 September 2023 21:38:17 EEST you wrote:
I am building on Debian BookWorm . I use the build_debian.sh but but it has
no install in it. and if you cd to build and do make install it says there
is no install option. is there a update to the build script to build a .deb
that can be installed ?
Hi Richard,
You can just copy the qradiolink binary from the build/ directory to /usr/bin
or whatever other path you need, or even just run it in place.
There is no install target since the deb packages are built with the Docker
scripts inside the ci/ directory.
I've been meaning to update the build scripts to also build a deb for Bookworm
but didn't manage to do it yet.
Hope this helps,
Adrian