Merge pull request #71 from tim77/tim77-packaging-status
Add Fedora installation instructions
This commit is contained in:
commit
4e5ba9c764
|
@ -27,6 +27,8 @@ sudo wget https://github.com/sqshq/sampler/releases/download/v1.1.0/sampler-1.1.
|
|||
sudo chmod +x /usr/local/bin/sampler
|
||||
```
|
||||
Note: `libasound2-dev` system library is required to be installed for Sampler to play a [trigger](https://github.com/sqshq/sampler#triggers) sound tone. Usually the library is in place, but if not - you can install it with your favorite package manager, e.g `apt install libasound2-dev`
|
||||
#### Packaging status
|
||||
- [Fedora](https://apps.fedoraproject.org/packages/golang-github-sqshq-sampler) `sudo dnf install golang-github-sqshq-sampler` (F31+)
|
||||
### Windows (experimental)
|
||||
Recommended to use with advanced console emulators, e.g. [Cmder](https://cmder.net/)
|
||||
|
||||
|
|
Loading…
Reference in New Issue