Replies: 1 comment 1 reply
|
hi Koert, I have added the script following your recipe (mostly) and also some pre-build binaries. Hope that works for you. Thanks for suggesting, Jasper |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I built the binary for Fedora (44). Is it possible to get Fedora support in the install-script?
The main (but small) issue here is installation of the dependencies. I did this manually.
See below for the steps needed.
Download the zip-file. Go to https://github.com/jvde-github/AIS-catcher/tree/main .
Click on the green label with the word “Code” in it and download the zip-file.
Create a directory in which you are going to create the binary from source.
Copy the zip-file to that directory and unzip it (for example with “unzip AIS-catcher-main.zip”).
Update the system first with “dnf -y update”.
Install all dependencies first.
dnf -y install SoapySDR-devel zeromq-devel libpq-devel airspyone_host-devel airspyhf-devel hackrf-devel
dnf -y install git make cmake gcc-c++ pkgconfig libsqlite3x-devel rtl-sdr-devel
Go to the directory of the install-script (for example “AIS-catcher-main/scripts”.
Edit the script “aiscatcher-install”.
Comment out or delete the line with the call to “install_source_build_dependencies”. This should be near line 1109.
Comment out or delete the line with “apt-get update”.
Run the install-script with “./aiscatcher-install -p -M”.
KR,
Koert Gielen
All reactions