From b2deb9e022edbc726db5d8b6677851f444185ee9 Mon Sep 17 00:00:00 2001 From: Hank Grabowski Date: Thu, 27 Apr 2023 10:36:45 -0400 Subject: [PATCH] Update linux instructions to remove LD_LIBRARY PATH step and add mpv import --- install.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/install.md b/install.md index 3f73f75..1ca8eb7 100644 --- a/install.md +++ b/install.md @@ -50,15 +50,11 @@ prompted again. The system does not work without the storage mechanism at this t ### Linux -1. Install libmpv-dev, libsecret-1-0, and libjsoncpp25 libraries from your system's package manager. +1. Install libmpv-dev, mpv, libsecret-1-0, and libjsoncpp25 libraries from your system's package manager. 2. Download the latest version (see above) 2. Unzip the archive. 3. Copy to wherever you want to store the applications -4. Open a terminal in the location with the executable and execute the command: - ```bash - export LD_LIBRARY_PATH="$PWD/lib":$LD_LIBRARY_PATH - ``` -5. Run the application with `./relatica` +4. Run the application with `./relatica` Note #1: This LD_LIBRARY_PATH issue is a temporary one while a build/deploy bug is being worked out with one of the libraries that the application uses.