Skip to content

Latest commit

 

History

History
 
 

blast

Blast SDK Repo

Online documentation may be found here: Blast SDK Documentation.

Building the SDK

Windows

  1. run build.bat
  2. built sdk location: _build\windows-x86_64\release\blast-sdk (release), _build\windows-x86_64\debug\blast-sdk (debug)

Linux

  1. initialize (once): run ./setup.sh
  2. run ./build.sh
  3. built sdk location: _build/linux-x86_64/release/blast-sdk (release), _build/linux-x86_64/debug/blast-sdk (debug)