Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.