mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
add install from source instruction
This commit is contained in:
parent
30f2cba54d
commit
9214958bd2
1 changed files with 15 additions and 7 deletions
22
README.md
22
README.md
|
|
@ -17,6 +17,9 @@ or [**matrix** `@unspeaker:matrix.org`](https://matrix.to/#/@unspeaker:matrix.or
|
||||||
|
|
||||||
## usage
|
## usage
|
||||||
|
|
||||||
|
* **requirements:** linux; jack or pipewire; 24-bit terminal (i use `kitty`)
|
||||||
|
* **recommended:** midi controller; samples in wav format; lv2 plugins.
|
||||||
|
|
||||||
```
|
```
|
||||||
Usage: tek [OPTIONS] <COMMAND>
|
Usage: tek [OPTIONS] <COMMAND>
|
||||||
|
|
||||||
|
|
@ -65,8 +68,17 @@ Options:
|
||||||
|
|
||||||
## installation
|
## installation
|
||||||
|
|
||||||
* **requirements:** linux; jack or pipewire; 24-bit terminal (i use `kitty`)
|
### binary download
|
||||||
* **recommended:** midi controller; samples in wav format; lv2 plugins.
|
|
||||||
|
see the [releases page](https://codeberg.org/unspeaker/tek/releases).
|
||||||
|
|
||||||
|
### from source with cargo
|
||||||
|
|
||||||
|
requires rust nightly.
|
||||||
|
|
||||||
|
```
|
||||||
|
cargo install --git https://codeberg.org/unspeaker/tek
|
||||||
|
```
|
||||||
|
|
||||||
### arch linux
|
### arch linux
|
||||||
|
|
||||||
|
|
@ -77,11 +89,7 @@ you can install it using an AUR helper (e.g. `paru`):
|
||||||
paru -S tek
|
paru -S tek
|
||||||
```
|
```
|
||||||
|
|
||||||
### downloads
|
## development
|
||||||
|
|
||||||
see the [releases page](https://codeberg.org/unspeaker/tek/releases).
|
|
||||||
|
|
||||||
### building from source
|
|
||||||
|
|
||||||
you'll need a Rust toolchain and various system libraries.
|
you'll need a Rust toolchain and various system libraries.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue