Mynewt 0.8.0 B1
newt README.md - Add link to getting started doc.
1 file changed
tree: 57540e6571b17c470d37766c19ca62f56e7589bf
  1. newt/
  2. newtmgr/
  3. newtvm/
  4. util/
  5. .gitignore
  6. .rat-excludes
  7. DISCLAIMER
  8. LICENSE
  9. NOTICE
  10. README.md
README.md

Newt

Apache Newt is a build and package management tool for embedded projects. Newt makes it easy to create reusable components, and provides a framework for building them for multiple different architectures. For more information on Apache Newt and related tools, please go to: http://mynewt.apache.org/

Apache Newt and related tools are written in the Go programming language. After acquiring the Go build system (https://golang.org/), Newt can be built using the following procedure (from the base of the newt repository): $ cd newt $ go get $ go install

This procedure will install the Newt binary into $GOPATH/bin.

For more detailed instructions on getting Newt up and running, see the Apache Mynewt Getting Started page at: http://mynewt.apache.org/os/get_started/project1/

Note: Apache Newt depends on the yaml.v2 Go package (https://gopkg.in/yaml.v2). This package is licensed under the LGPLv3, which is incompatible with the Apache 2.0 license. This incompatibility will be resolved in a future beta release.