Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.01 KB

Getting-Started.md

File metadata and controls

38 lines (24 loc) · 1.01 KB

This page should help you understand the architecture of SIF, getting your development environment set up, and building from source.

Table of contents

Architecture

TBD

##Download the source

TBD

Environment setup

Eclipse

Prerequisite: The Maven plugin is required If you're using Eclipse, the setup process is simple.

  1. From the 'File' menu, select 'Import...'
  2. In the 'Maven' folder, select 'Existing Maven Projects'
  3. Set the 'Root Directory' as the root directory of your project (this is the directory that contains the LICENSE file). Eclipse should find 6 pom files
  4. Click the 'Finish' button
You should see 6 new projects in your Eclipse workspace, which should all compile with no errors.

Building from source

TBD