From 82274e0b78f45fa5021c35e4a37b31a068f99798 Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Wed, 10 Jan 2018 18:54:43 +0100 Subject: [PATCH] update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 52f4ed3..d12fe32 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,9 @@ cmake .. -DFRONT_END=qt -DCMAKE_PREFIX_PATH=/usr/local/Cellar/qt/5.10.0/lib/cmak cmake --build . ```` -Other frontends are 'sdl2', 'sdl', and 'x'. +Other frontends are 'sdl2', 'sdl', and 'x', which will give you a more "traditional" experience. +The sdl and x frontends are the "old", time-tested frontends, the sdl2 frontend is currently inefficient +and always copies the entire screen... however, the slowness is not really noticeable on current systems. Next, make a copy of the `sc/skel/volume` directory in a place of your choosing;