Skip to content

Commit

Permalink
Version 0.9.3: Windows support
Browse files Browse the repository at this point in the history
  • Loading branch information
martinber committed Aug 24, 2018
1 parent c003197 commit e24e7b6
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -169,10 +183,6 @@ cargo test --features GSLv2

## Things I should do

- Add binaries.

- Support Windows.

- Separate thread for GUI.

- Support stereo WAV files.
Expand Down

0 comments on commit e24e7b6

Please sign in to comment.