Skip to content

Commit

Permalink
docs(README): clarification on binary installation
Browse files Browse the repository at this point in the history
  • Loading branch information
niveK77pur committed Oct 22, 2023
1 parent 0bce916 commit 04944bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,12 @@ apt install libportmidi0 libportmidi-dev # for debian/ubuntu

## Pre-built binaries

The [latest release](https://github.com/niveK77pur/lilypond-midi-input/releases/latest) will contain pre-built binaries (different versions due to the PortMidi system library):
The [latest release](https://github.com/niveK77pur/lilypond-midi-input/releases/latest) will contain pre-built binaries (different versions due to the PortMidi system library).
- [Debian](https://github.com/niveK77pur/lilypond-midi-input/releases/latest/download/lilypond-midi-input_debian), should also work on Ubuntu
- [Arch Linux](https://github.com/niveK77pur/lilypond-midi-input/releases/latest/download/lilypond-midi-input_archlinux)

Be sure to make the binaries available as `lilypond-midi-input` on your system, without the `_*` *extension*. That one was only useful to distinguish the different versions in the release assets.

## Build from source

You will need [cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html) and [PortMidi](https://github.com/PortMidi/PortMidi) installed to build the project.
Expand Down

0 comments on commit 04944bf

Please sign in to comment.