From 11650b96d7ac237e79849f1ac32f214a2bac2326 Mon Sep 17 00:00:00 2001 From: Alexander Lukyanchikov Date: Sun, 4 Aug 2019 17:13:06 -0400 Subject: [PATCH] Added a note regarding missing libasound library for Linux --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6aa4084..e83cc87 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ sudo chmod +x /usr/local/bin/sampler sudo wget https://github.com/sqshq/sampler/releases/download/v1.0.1/sampler-1.0.1-linux-amd64 -O /usr/local/bin/sampler sudo chmod +x /usr/local/bin/sampler ``` +Note: `libasound2` library is required for Sampler to start (used for [triggers](https://github.com/sqshq/sampler#triggers) sound tone). Usually it is in place, but if not - the recommendation for now is to install it, e.g `apt-get install libasound2` ### Windows (experimental) Recommended to use with advanced console emulators, e.g. [Cmder](https://cmder.net/)