Setting up the Loki Network Wallet on Mac OSx Instructions

Words
139
Reading
1 min
Listen
Play
8y

If you're planning to set up a Loki wallet on Mac OSx follow these instructions below.

Install Loki dependencies:

brew install boost —c++11

brew install openssl - to install openssl headers

brew install pkgconfig

brew install cmake

brew install zeromq

Note: If cmake can not find zmq.hpp file on OS X, installing zmq.hpp from https://github.com/zeromq/cppzmq to /usr/local/include should fix that error.

Install Qt:
brew install qt5 (or download QT 5.7.1+ from qt.io)

If you have an older version of Qt installed via homebrew, you can force it to use 5.x like so:

brew link —force —overwrite qt5

Add the Qt bin directory to your path

Example: export PATH=$PATH:$HOME/Qt/5.8/clang_64/bin

This is the directory where Qt 5.x is installed on your system

Grab an up-to-date copy of the loki-gui repository

git clone https://github.com/loki-project/loki-gui.git

Go into the repository
cd loki-gui

Start the build
./build.sh

Setting up the Loki Network Wallet on Mac OSx Instructions | Ecency