summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjamesgk <jamesgk19@gmail.com>2015-05-31 11:21:37 -0700
committerjamesgk <jamesgk19@gmail.com>2015-05-31 11:29:25 -0700
commit01399c7f2f5ca881e2ed6df9c83e44145d9ea6ff (patch)
tree2c909c3141628c2c4bde17886483dfb99c1b214a
parent19006a1dec1b7b0bf6859bf078ee2da46d15f152 (diff)
List eog with post-production dependencies.
Part of #41
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index a99b3a8..f438871 100644
--- a/README.md
+++ b/README.md
@@ -179,6 +179,13 @@ PYTHONPATH="$PYTHONPATH:$HOME/roboto-src/noto"
PYTHONPATH="$PYTHONPATH:$HOME/roboto-src/freetype-py"
```
+On Ubuntu (or other distributions of GNU/Linux, using the appropriate package
+manager), make sure eog is installed:
+
+```bash
+sudo apt-get install eog
+```
+
#### Running the toolchain:
```bash
@@ -225,3 +232,4 @@ e.g. for testing output) depend on:
(https://code.google.com/p/noto/)
- (Noto subsequently depends on HarfBuzz: https://github.com/behdad/harfbuzz)
- freetype-py (https://github.com/rougier/freetype-py)
+- eog (https://wiki.gnome.org/Apps/EyeOfGnome)