From dd2e470b8e6023ea72674b28e1ef1411d0690ba8 Mon Sep 17 00:00:00 2001 From: f4exb Date: Mon, 3 Jun 2019 01:41:37 +0200 Subject: [PATCH] Updated readme with information about Ubuntu distribution --- Readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 7feabe017..15bec3301 100644 --- a/Readme.md +++ b/Readme.md @@ -173,7 +173,9 @@ In the [releases](https://github.com/f4exb/sdrangel/releases) section of the Git

Ubuntu

-The `.deb` file is a Debian package that can be installed with `sudo apt-get install` command. Occasionnally you may have to force the installation of dependencies with the `sudo apt-get install -f` command. +The `.deb` file is a Debian package that can be installed with `sudo apt-get install <.deb>` command. Occasionnally after this command you may have to force the installation of dependencies with the `sudo apt-get -f install` command. + +The software is installed in `/usr/bin` for executables and `/usr/lib/sdrangel` for the dependent shared libraries. Therefore before executing `sdrangel` to start the program you have to set the `LD_LIBRARY_PATH` environment variable with: `export LD_LIBRARY_PATH=/usr/lib/sdrangel`. This is because not all libraries can have their `rpath` set.

Windows