From 33e25e7f933f14756e678b8f27f8e33d62407462 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 31 Jul 2020 16:59:23 +0200 Subject: [PATCH] install: tllist is a *build* dependency, not a *runtime* dependency --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 6c07be1b..d8db94fa 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -39,7 +39,6 @@ https://codeberg.org/dnkl/tllist.git (see [Other](#other) below). * pixman * wayland (_client_ and _cursor_ libraries) * xkbcommon -* [tllist](https://codeberg.org/dnkl/tllist) [^1] * [fcft](https://codeberg.org/dnkl/fcft) [^1] [^1]: can also be built as subprojects, in which case they are @@ -55,6 +54,7 @@ In addition to the dev variant of the packages above, you need: * wayland protocols * ncurses * scdoc +* [tllist](https://codeberg.org/dnkl/tllist) [^1] A note on compilers; in general, foot runs **much** faster when compiled with gcc instead of clang. A profile-guided gcc build can be