summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-07-08 17:18:40 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-07-08 17:23:13 -0400
commit6e79b08e5b984b8dbfc97d5029707719e30a3749 (patch)
tree1484c6393cb2b4f13c389007a230d04edef3d67f
parent684d68be915d930f86d15e81bbdf1b72239eeb6b (diff)
po/HACKING: mention package dependencies
-rw-r--r--po/HACKING6
1 files changed, 5 insertions, 1 deletions
diff --git a/po/HACKING b/po/HACKING
index 2a29adc..9ab35a7 100644
--- a/po/HACKING
+++ b/po/HACKING
@@ -9,8 +9,12 @@ files, and then (2) copy them and (3) fill them in.
libretools' .pot files are not tracked in git; they are created by
running `make` (you'll need a checkout of both devtools-par and
- libretools to run `make` if building from git):
+ libretools to run `make` if building from git). In addition to the
+ usual (`base-devel`) depenencies when running `make`, you'll need
+ the `ruby-ronn` package as well.
+ $ sudo pacman -S --needed base-devel ruby-ronn
+ ...
$ git clone https://git.parabola.nu/packages/devtools-par.git/
$ git clone https://git.parabola.nu/packages/libretools.git/
$ cd libretools