From e24e7b6f459c8cd55fb4c2d0e4d6c98566c0bd49 Mon Sep 17 00:00:00 2001 From: "Martin Bernardi (PC)" Date: Thu, 23 Aug 2018 23:17:43 -0300 Subject: [PATCH] Version 0.9.3: Windows support --- README.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 48f7a0f..8a684d0 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ You can decode to a PNG file or resample audio to WAV. ![GUI](./extra/gui.png) -### On terminal +### Terminal ``` $ ./noaa-apt --help @@ -54,6 +54,20 @@ You can download the binaries for Linux or Windows from the [releases page](https://github.com/martinber/noaa-apt/releases). I've only built binaries for 64 bits. +I'm having problems building portable GUI binaries for Linux, so you can: + +- Linux: + + - Download binary for version 0.9.1 (doesn't have GUI, only terminal). + + - Build yourself version 0.9.3 (has GUI). + +- Linux: + + - Download binary for version 0.9.3 (has GUI). + + - Build yourself version 0.9.3 (has GUI). + ## Example From a WAV file I found somewhere on Internet, the US upside down: @@ -169,10 +183,6 @@ cargo test --features GSLv2 ## Things I should do -- Add binaries. - -- Support Windows. - - Separate thread for GUI. - Support stereo WAV files.