Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 995 Bytes

BUILD.md

File metadata and controls

29 lines (20 loc) · 995 Bytes

How to build BEAM libraries

Before building the BEAM libraries you should build boost and openssl libraries

Boost
OpenSSL
After building boost and openssl
  • Download mainnet, masternet, testnet sources of BEAM
  • Copy build_ios.sh, cmake_install.cmake from iOS project to beam sources project
  • Change export properties in build_ios.sh. Paste your paths for boost and openssl libraries
  • Open terminal and run build_ios.sh

How to build iOS project

  • Install cocoa pods
  • Add a boost library to the project
  • Add a latest BEAM libraries: mainnet, masternet, testnet
  • Change the header search paths, depending on where your libraries are