Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 941 Bytes

building_sdk.md

File metadata and controls

30 lines (20 loc) · 941 Bytes

Building the SDK

TODO DOCS: revamp / rework all of this. SDK is currently running on java 11

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

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