diff options
Diffstat (limited to 'system/vice/README')
-rw-r--r-- | system/vice/README | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/system/vice/README b/system/vice/README index 2750b6aac4e04..ade2df503f25b 100644 --- a/system/vice/README +++ b/system/vice/README @@ -1,7 +1,10 @@ -VICE is the one and only Versatile Commodore Emulator. It provides emulation +VICE is the one and only Versatile Commodore Emulator. It provides emulation of the Commodore C64, C128, VIC20, PET, PLUS4 and CBM-II computers. -To enable recording of videos you need the optional dependency ffmpeg: -enable this passing to the script the parameter - FFMPEG=yes +Optional Dependency + +To enable recording of videos, you need ffmpeg. Enable this by passing +to the script the parameter: + + FFMPEG=yes ./vice.SlackBuild |