Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 724 Bytes

File metadata and controls

34 lines (28 loc) · 724 Bytes

About

"build-nzbget.sh" is a bash script which is used to build macOS universal (Intel/Apple Silicon) application.

Prerequisites

Install homebrew:

/bin/sh -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Install dependencies:

brew install git zlib libxml2 ncurses openssl@3 pkg-config boost
  • Xcode build tools
xcode-select --install

Building NZBGet

From cloned repository run

bash osx/build-nzbget.sh

Output files

  • osx/build/Release/NZBGet.app - application
  • osx/build/Release/nzbget-$VERSION-bin-macos.zip - release archive