summaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
authorf4exb <f4exb06@gmail.com>2019-06-03 01:30:05 +0200
committerf4exb <f4exb06@gmail.com>2019-06-03 01:30:05 +0200
commit7a6f1b79ce5f217046f7cbcf6c2c0046ecde08e8 (patch)
treefd994b97dc6b0543e2bceb5d6fcdaa9cf3d52df5 /Readme.md
parent816e0e28e0e66fe2b3ceb8169eaa302bf229587a (diff)
Build: Linux: added perseus external library
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/Readme.md b/Readme.md
index d094e0bac..7feabe017 100644
--- a/Readme.md
+++ b/Readme.md
@@ -167,10 +167,16 @@ If you are not comfortable with this just do not install DSDcc and/or mbelib and
- For Linux distributions: `plugins/channel/libdemoddsd.so`
- For Windows distribution: `dsdcc.dll`, `mbelib.dll`, `plugins\channel\demoddsd.dll`
-<h1>Software distributions</h1>
+<h1>Binary distributions</h1>
-In the [releases](https://github.com/f4exb/sdrangel/releases) section one can find binary distributions for Windows
+In the [releases](https://github.com/f4exb/sdrangel/releases) section of the Github repository one can find binary distributions for Ubuntu and Windows
-This is the archive of the complete binary distribution that expands to the `sdrangel` directory. You can install it anywhere you like and click on `sdrangel.exe` to start.
+<h2>Ubuntu</h2>
+
+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.
+
+<h2>Windows</h2>
+
+The `.7z` file is a [7Zip](https://www.7-zip.org/) archive of the complete binary distribution that expands to the `sdrangel` directory. You can install it anywhere you like and double click on `sdrangel.exe` to start.
<b>&#9888; Windows distribution is provided as a by product thanks to the Qt toolchain. The platform of choice to run SDRangel is definitely Linux and very little support can be given for this Windows distribution.</b>