aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorConfuSomu2023-11-25 21:59:01 -0500
committerConfuSomu2023-11-25 22:02:39 -0500
commitd12ac245778c295cf606671021e6aa66bcfc0d80 (patch)
tree9833726cb112b20987f1ae06338236a231cad80a /README.md
parent913a853c33b8272f11ab7c0ab87ae625544d5b37 (diff)
downloadActorViewer-d12ac245778c295cf606671021e6aa66bcfc0d80.tar
ActorViewer-d12ac245778c295cf606671021e6aa66bcfc0d80.tar.gz
ActorViewer-d12ac245778c295cf606671021e6aa66bcfc0d80.zip
Mention planned improvements to building procedure
in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
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.