Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/LunarCoffee/osurate into main
Browse files Browse the repository at this point in the history
  • Loading branch information
lunarcoffee committed Mar 31, 2021
2 parents 27765d2 + f1514a2 commit 74d414d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,15 @@ be scaled accordingly (and pitch-shifted).

## Building

If you're on Windows, download the latest release (instructions
included) [here](https://github.com/LunarCoffee/osurate/releases).
If you're on Windows, you can download the latest release [here](https://github.com/LunarCoffee/osurate/releases). This
will include a binary executable, a launch script that enters the GUI, as well as usage instructions. That's it!

Before building, make sure you have libmp3lame and nightly rustc (at least 1.50.0). If you want to build with GUI
Otherwise, before building, make sure you have libmp3lame and nightly rustc (at least 1.50.0). If you want to build with GUI
support on Linux, also have GTK+ 3 installed. To build, just clone [this repo](https://github.com/LunarCoffee/osurate)
and compile with `cargo build --release`, and tack on `--features gui` if you want the GUI.

## Usage

If you're on Windows, you can probably ignore this.

```shell
osurate <inputs>... -r <rates>

Expand Down

0 comments on commit 74d414d

Please sign in to comment.