[gnome-software/mwleeds/minor-docs-fixes: 1/2] README: Fix build instructions
- From: Phaedrus Leeds <mwleeds src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/mwleeds/minor-docs-fixes: 1/2] README: Fix build instructions
- Date: Tue, 16 Feb 2021 21:29:33 +0000 (UTC)
commit ce8ab1387bd31f12376e4c6824a2f7495528268b
Author: Phaedrus Leeds <mwleeds endlessos org>
Date: Tue Feb 16 13:12:24 2021 -0800
README: Fix build instructions
Without this addition, the executable fails to find libappstream.so
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/README.md b/README.md
index 2f76341cc..f94d8447f 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ Build locally with:
$ meson --prefix $PWD/install build/
$ ninja -C build/ all install
$ killall gnome-software
-$ XDG_DATA_DIRS=install/share:$XDG_DATA_DIRS ./install/bin/gnome-software
+$ XDG_DATA_DIRS=install/share:$XDG_DATA_DIRS LD_LIBRARY_PATH=install/lib64/:$LD_LIBRARY_PATH
./install/bin/gnome-software
```
# Debugging
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]