blob: 0aa3baaa49d9bc123b02cb87d2f1d4f477b7dbe4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
Examples
========
Build
-----
Build All Examples
^^^^^^^^^^^^^^^^^^
To build all of the available examples, execute:
.. code-block:: shell
$ divina build
The resulting objects and binaries will be placed into the :code:`out/` directory.
Build a Single Example
^^^^^^^^^^^^^^^^^^^^^^
To build a single example:
1. :code:`cd` into an example directory:
.. code-block:: shell
cd examples/greet/
2. :code:`$ divina build`
The resulting object(s) and binary will be placed into the :code:`out/` directory.
|