Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 528 Bytes

README.rst

File metadata and controls

31 lines (18 loc) · 528 Bytes

Examples

Build

Build All Examples

To build all of the available examples, execute:

$ divina build

The resulting objects and binaries will be placed into the out/ directory.

Build a Single Example

To build a single example:

  1. cd into an example directory:

    cd examples/greet/
  2. $ divina build

The resulting object(s) and binary will be placed into the out/ directory.