summaryrefslogtreecommitdiff
path: root/src/scripts/pyolian/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts/pyolian/README.md')
-rw-r--r--src/scripts/pyolian/README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/scripts/pyolian/README.md b/src/scripts/pyolian/README.md
index 61bf0dc52d..9ec4f20b82 100644
--- a/src/scripts/pyolian/README.md
+++ b/src/scripts/pyolian/README.md
@@ -25,6 +25,10 @@ tree, usually at efl compilation time (before the install step).
The only requirement is that **the source tree must be already built** (not
installed) because pyolian search the eolian .so/.dll inside the source tree.
+If you built the efl tree in a custom location (fe, you build out-of-tree) you
+can tell pyolian where to find the built eolian .so files using the
+`EOLIAN_SO_DIR` environment variable.
+
Command line usage
==================
@@ -358,7 +362,7 @@ defined as follows:
sometimes it is useful or necessary to set variables in the template.
Can also be used to capture the output of e.g. an evaluated macro.
-Moreover all the Eolian classes and enums (as defined in eolian.py) is available
+Moreover all the Eolian classes and enums (as defined in eolian.py) are available
in the template, fe:
* `Function` eolian.Function (class)