11 lines
290 B
Markdown
11 lines
290 B
Markdown
This document describes the steps needed to build SDK.
|
|
|
|
1. Required software installation:
|
|
- Download and install nodejs (https://nodejs.org/en/download/).
|
|
- Download and install Java (http://java.com/en/download/index.jsp).
|
|
|
|
2. SDK build:
|
|
- npm install -g grunt-cli
|
|
- npm ci
|
|
- grunt
|