Less Privacy Collection; More Privacy Coins; Fully Open Source; Better User Experience
You need homebrew installed on your Mac. See https://docs.brew.sh/Installation
Install cmake and lrelease(part of QT), type in your terminal:
$ brew install cmake qt pkg-config
Install zmq.hpp dependency:
$ brew tap bottech/homebrew-outcasts
$ brew install cppzmq
There is no IOKit headers installed for iOS by default. Easiest way to obtain it:
- clone git repo
$ git clone https://github.com/prathumca/iOS-IOKit-Runtime-Headers.git
- move to /usr/local/include
$ mv iOS-IOKit-Runtime-Headers /usr/local/include/IOKit
$ xcode-select --install
$ sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target /
cd #your Xcode.app#
sudo cp ./Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/vmmeter.h ./Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/sys/
sudo cp ./Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/netinet/udp_var.h ./Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/netinet/
sudo cp ./Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/netinet/ip_var.h ./Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/netinet/
You need make available for building following headers:
$ mkdir /usr/local/include/sys
$ cp /usr/include/sys/vmmeter.h /usr/local/include/sys
$ mkdir /usr/local/include/netinet
$ cp /usr/include/netinet/{udp_var,ip_var}.h /usr/local/include/netinet
$ git clone https://github.com/scala-network/scala-ios-lib.git
$ cd ./scala-ios-lib-builder
$ bash ./build.sh
- WooKeyWallet for the fork
- Bakhtiyor K. in Uzbekistan for helping us during the development process.
@cryptoamity : Ssy2HXpWZ9RhXbb9uNFTeHjaYfexa3suDbGJDSfUWSEpSajSmjQXwLh2xqCAAUQfZrdiRkvpUZvBceT8d6zKc6aV9NaZVYXFsY
MIT