diff options
author | Dan Timoney <dtimoney@att.com> | 2017-10-11 11:01:38 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-10-11 11:01:38 -0400 |
commit | 312f6a301ae62f121482df6cbf969d41a76ca131 (patch) | |
tree | b37f630c5c050ae38045e1a27038236fbcf9a0fa /docs/build.rst | |
parent | eb1a9209bb408256799869da53cffaf4d6751cfb (diff) |
Add readthedocs info to sli/core
Add additional information to sli/core readthedocs documentation.
Change-Id: I9fe5e6185061ed6a05f373b6667f686e11d5f0aa
Issue-ID: CCSDK-107
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'docs/build.rst')
-rw-r--r-- | docs/build.rst | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/docs/build.rst b/docs/build.rst index 99a061c24..0a4c308e6 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -4,20 +4,15 @@ Build ===== -.. note:: - * This section is used to describe how a software component is built from source - into something ready for use either in a run-time environment or to build other - components. - - * This section is typically provided for a platform-component, application, and sdk; and - referenced in developer guides. - - * This note must be removed after content has been added. - Environment ----------- - +Requires maven release 3.3 or greater Steps ----- +To compile this code: + +1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories. + +2. To compile, run "mvn clean install".
\ No newline at end of file |