diary

Text-based journaling program
git clone https://git.in0rdr.ch/diary.git
Log | Files | Refs | Pull requests | README | LICENSE

commit a7291940cb1dec93c2eaf11d3f3ab98b8ce520d3
parent fc1ac3fb8c87ee87013641472f7b33ffdff80342
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Sat, 14 Sep 2024 12:47:51 +0200

doc(libxml): add library prerequisite

Diffstat:
MREADME.md | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -75,9 +75,10 @@ Server = https://downloadcontent.opensuse.org/repositories/home:/in0rdr/Arch/$ar ``` ## Build from Source -1. The compilation step requires development libraries for `ncurses`, `libcurl` - and `liblttng-ust`. These packages might have a slightly different naming - scheme depending on the distribution. To compile, run: +1. The compilation step requires development libraries for `ncurses`, + `libcurl`, `libxml2` and `liblttng-ust`. These packages might have a + slightly different naming scheme depending on the distribution. To compile, + run: ``` make