commit 23fa3f038fd09507195b6eea89234e383d95a62d
parent c0f3b214533682e96241b6763042b81516606554
Author: Andreas Gruhler <agruhl@gmx.ch>
Date: Mon, 20 Feb 2023 17:03:08 +0100
doc(lttng): add liblttng-ust-dev dependency
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -59,7 +59,7 @@ Keybinding Cheat Sheet:
## Install
Pre-built packages can be installed from the [Open Build Service (OBS)](https://software.opensuse.org/download.html?project=home%3Ain0rdr&package=diary)
-* Install the `diary` package for a stable releases
+* Install the `diary` package for a stable release
* Install the `diary-nightly` build to use a more recent but possibly unstable version from the master branch
### Arch Linux OBS Repository Bug
@@ -82,7 +82,7 @@ Server = https://downloadcontent.opensuse.org/repositories/home:/in0rdr/Arch/$ar
Alternatively, leave these two variables unset and [define the clientid/secret in the configuration file](#Google-Calendar-OAuth2) at run-time.
-2. Compile (requires ncurses and libcurl):
+2. 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:
```
make
```