📖
Qwertycoin Documentation
  • Introduction to Qwertycoin
  • Getting Started
    • Terminology
    • Simple Steps
  • Wallet
    • Types of Wallet
    • Paper Wallet
    • CLI Wallet
    • GUI Wallet
    • Zero Wallet
    • Mobile Wallet
    • Web Wallet
    • RPC Wallet
    • Wallet Backup
    • Wallet Recovery
    • Wallet Update
    • Sign and Verify Messages
  • Mining
    • Mining Options
    • Cloud Mining
    • Creating a Mining Pool
    • Mining With SBC
    • Mobile Mining
    • Using a Mining Pool
    • XMR-Stak
    • XMR-Stak Linux
    • XMRIG
  • Node (Daemon)
    • Configuration
    • Fix Sync Issues
    • Load Checkpoints
    • Start Masternode
  • Trading
    • Exchanges
    • How to Trade on BISQ
    • How to Trade on CREX24
  • Developer
    • Compiling Daemon from Source
      • MacOS QT Install
      • Install Cmake 3.14
    • Forking Qwertycoin
    • Google Breakpad Integration
    • Hosting Block Explorer
    • Hosting Web Wallet
    • Hosting Faucet
    • Local Testnet
    • Resources
  • API
    • Daemon HTTP RPC Commands
    • Daemon JSON RPC API
    • Wallet RPC API
Powered by GitBook
On this page

Was this helpful?

  1. Developer
  2. Compiling Daemon from Source

MacOS QT Install

Download the GUI or the Zero wallet and got this Error?

Dyld Error Message: Library not loaded: /usr/local/opt/qt@5.5/lib/QtDBus.framework/Versions/5/QtDBus Referenced from: /Qwertycoin.app/Contents/MacOS/Qwertycoin Reason: image not found

Solution:

Open a terminal and write: brew install qt5 --with-developer then wait untill installation is finished. Type in terminal: echo 'export PATH="/usr/local/opt/qt/bin:$PATH"' >> ~/.bash_profile

Use finder click go --> Go to Folder then type in /usr/local/opt theres a folder now: qt@5.11, clone it then rename the clone to qt@5.5 Then start QWC Wallet GUI

PreviousCompiling Daemon from SourceNextInstall Cmake 3.14

Last updated 5 years ago

Was this helpful?