Tested on MacOs Ventura and Sonoma on Intel (x86_64) and Apple Silicon (arm64) macs.
git clone https://github.com/termubit/termubit.gitInstall xcode-select commandline utils.
xcode-select --installMake sure frameworks dir is properly owned...
sudo mkdir -p /usr/local/Frameworks
sudo chown $(whoami):admin /usr/local/FrameworksInstall Brew. (If you already have Brew installed, perform a brew update.)
git clone https://github.com/Homebrew/brew homebrew
eval "$(homebrew/bin/brew shellenv)"
brew update --force --quiet
chmod -R go-w "$(brew --prefix)/share/zsh"Install dependencies via Brew.
brew install autoconf automake libtool miniupnpc openssl pkg-config protobuf \
qt5 zeromq qrencode librsvg boost berkeley-db@5 libeventcd ~/termubit
./autogen.sh
./configure --enable-c++17 --with-gui --with-boost=`brew --prefix boost`
makeGo have a beverage.
make installGo have another beverage.
Run it.
/usr/local/bin/termubit-qt