diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2022-04-25 15:36:25 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2022-04-25 15:36:59 -0700 |
commit | 55f56a823ea761f2e3e4ac11e6a5f7dbfed32339 (patch) | |
tree | 8a74f42516d624b5edeaa75e11e58c9994ca90bf /HACKING.txt | |
parent | 6b7a0cdb5bbdae6c75b612357e8df0f9ad761482 (diff) |
doc: mention libtool dep in HACKING.txt
@Ph1l tripped over this after installing just build-essential
Diffstat (limited to 'HACKING.txt')
-rw-r--r-- | HACKING.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING.txt b/HACKING.txt index cbf65cb..d1f7874 100644 --- a/HACKING.txt +++ b/HACKING.txt @@ -64,8 +64,8 @@ Hacking on rototiller / libtil: required for `bootstrap` to succeed in generating the configure script and Makefile templates, `pkg-config` is used by configure, and a `make` program for executing the build. On Debian systems installing the - "build-essential" meta package should get things at least building - successfully. + "build-essential" meta-package and "libtool" should at least get things + building successfully. To actually produce a `rototiller` binary usable for rendering visual output, libsdl2 and/or libdrm development packages will also be needed. |