Starting AIS Catcher on Mac #177
-
I have successfully gotten AIS Catcher to work on Windows as well as a Raspberry PI, but I can not figure out how to get it to work on MacOS. Any help would be appreciated, thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
jvde-github
Sep 29, 2023
Replies: 3 comments 7 replies
-
Did you manage to install brew? Any further insights on errors you encounter? |
Beta Was this translation helpful? Give feedback.
6 replies
-
Thank you, will look. I don't use Brew, having been a MacPorts user for ages but I should be able to work it out. I'll try to let you know!
… On 27 May, 2024, at 14:52, Jasper ***@***.***> wrote:
I added something here: https://github.com/jvde-github/AIS-catcher/blob/main/README.md#ubuntu-raspberry-pi-macos-msvc <https://github.com/jvde-github/AIS-catcher/blob/main/README.md#ubuntu-raspberry-pi-macos-msvc>
Do you think that is sufficient. You need to install brew, some basic dependencies and then the tools for your specific hardware (e.g. rtlsdr)
—
Reply to this email directly, view it on GitHub <#177 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AHGMYVHBUGCVAFXIUGB6JRLZEN6F3AVCNFSM6AAAAAA5MT4JXSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TKNZTGEZTC>.
You are receiving this because you commented.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Turns out I had those pre-req's in place via Macports and it built fine once I sorted out the build instructions. Using MacOS Monterey (12.7.5) on an M1 Mac mini. Using the now default terminal shell zsh.
… On 27 May, 2024, at 15:44, Jasper ***@***.***> wrote:
I don’t have any experience with macports but you could give it a try, installing git, cmake and rtl-sdr library. If it compiles should be fine
—
Reply to this email directly, view it on GitHub <#177 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AHGMYVAAXNA5JBEASV7IGBLZEOEKXAVCNFSM6AAAAAA5MT4JXSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TKNZTGQZTE>.
You are receiving this because you commented.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like you do not have cmake installed. I am traveling so cannot access my mac. Assume it is 'brew install cmake', might also be some other dependencies later on.