Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.07 KB

building_sdk.md

File metadata and controls

42 lines (25 loc) · 1.07 KB

Building SDK

System Dependencies:

Get the SDK:

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

Pull dependencies and configure the SDK:

cd kb_sdk
make bin

Download the local KBase SDK base Docker image:

docker pull kbase/sdkbase2:latest

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