Post
Topic
Board Announcements (Altcoins)
Re: [ANN] || GIRO - POW/POS Hybrid - Masternodes- ICO LIVE AIRDROP ||
by
Bloomhash
on 20/02/2018, 16:33:40 UTC
Hi, the MacOS wallet will not open, because it's missing QT framework (and boost but brew can solve that).

Code:
dyld: Library not loaded: /usr/local/opt/boost/lib/libboost_system.dylib
  Referenced from: /Users/name/Downloads/giro_2_0_4_mac/./giro-qt
  Reason: image not found
Abort trap: 6
Solved with: brew install boost

Code:
dyld: Library not loaded: /usr/local/opt/qt/lib/QtNetwork.framework/Versions/5/QtNetwork
  Referenced from: /Users/name/Downloads/giro_2_0_4_mac/./giro-qt
  Reason: image not found
Abort trap: 6

Think you have to package it to make it work on Macs without devtools installed.

If someone didn't get it, follow this steps:

1. Install brew from brew.sh
2. Run in terminal "brew install autoconf automake berkeley-db4 libtool boost miniupnpc openssl pkg-config protobuf qt5"
3. Run qt wallet from terminal