Merge branches 'master' and 'master' of github.com:autc04/executor

This commit is contained in:
Wolfgang Thaller 2018-01-10 19:47:33 +01:00
commit e68d366ad9

View File

@ -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;