From d12ac245778c295cf606671021e6aa66bcfc0d80 Mon Sep 17 00:00:00 2001 From: ConfuSomu Date: Sat, 25 Nov 2023 21:59:01 -0500 Subject: Mention planned improvements to building procedure in readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 390e1cc..7570bc1 100644 --- a/README.md +++ b/README.md @@ -26,5 +26,7 @@ cmake --build build -j$(nproc --all) --target clean # To clean When running, you might get an error about a shared object due to mastodonpp. If you, make sure to set the `LD_PRELOAD` environment variable in a similar manner: ``` -LD_PRELOAD=~/autumn/Devel/mastodonpp/build/src/libmastodonpp.so.0 ./build/ActorViewer +LD_PRELOAD=~/Devel/mastodonpp/build/src/libmastodonpp.so.0 ./build/ActorViewer ``` + +In the future, I plan to address both problems by making a Flatpak and by extending my CMakeLists.txt to also build mastodonpp and any other required dependencies. -- cgit v1.2.3-54-g00ecf