source: ntrip/trunk/BNC/packaging/README_MAC.txt@ 11020

Last change on this file since 11020 was 11018, checked in by wiese, 5 days ago

CHANGE: format

  • Property svn:executable set to *
File size: 1.4 KB
Line 
1BNC for macOS
2
3This is a dynamically linked BNC executable for macOS, bundled with its
4required Qt frameworks. It has been compiled with clang using Qt5
5installed with Homebrew on macOS Tahoe on an Apple M2 chip. The
6installed app itself reports its exact version (Help -> About, or
7`bnc --version` from the shell).
8
9Installation:
10Double-click the dmg file to open it and simply drag the application’s icon
11to your Applications folder or to any other folder and you’re done. The software
12is now installed.
13Afterwards it’s a good idea to unmount the DMG in Finder: just click the “Eject” arrow.
14
15Gatekeeper warning on first launch:
16This build is not signed with a paid Apple Developer ID, so the first time you
17open it macOS will refuse to launch it and report that it is
18“from an unidentified developer” (or similar).
19This is a one-time step per copy - use any one of:
20 - Right-click (or Control-click) BNC.app, choose “Open”, then confirm “Open” in the dialog that appears, or
21 - System Settings -> Privacy & Security -> scroll down -> “Open Anyway” (appears after the first blocked attempt), or
22 - From Terminal: xattr -cr /Applications/bnc.app
23After that, BNC opens normally like any other application.
24
25Run from the shell without gui (in the Example_Configs directory):
26user@mac ~ % /Applications/bnc.app/Contents/MacOS/bnc --help
27
28
29Frankfurt, September 2026
30igs-ip@bkg.bund.de
Note: See TracBrowser for help on using the repository browser.