Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.1 KB

building_sdk.md

File metadata and controls

37 lines (24 loc) · 1.1 KB

Building the SDK

System Dependencies:

Get the SDK:

git clone https://github.com/kbase/kb_sdk
git clone https://github.com/kbase/jars

Pull dependencies and configure the SDK:

cd kb_sdk
make bin

Add the kb-sdk tool to your PATH and enable command completion. From the kb_sdk directory:

# for bash
export PATH=$(pwd)/bin:$PATH
source src/sh/sdk-completion.sh

Build from source

Additional System Dependencies:

Follow basic instructions above. Instead of running make bin you can run make to compile the SDK:

cd kb_sdk
make