Update linux instructions to remove LD_LIBRARY PATH step and add mpv import

codemagic-setup
Hank Grabowski 2023-04-27 10:36:45 -04:00
rodzic 4538d9bc97
commit b2deb9e022
1 zmienionych plików z 2 dodań i 6 usunięć

Wyświetl plik

@ -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.