diff options
Diffstat (limited to 'system/86box/README')
-rw-r--r-- | system/86box/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/86box/README b/system/86box/README index 41469b1f1a..51f38977e7 100644 --- a/system/86box/README +++ b/system/86box/README @@ -30,3 +30,12 @@ Optional dependency: rtmidi (autodetected). If rtmidi is installed at build time, 86box will be built with support for it. If you have rtmidi installed but want to build without it, export RTMIDI=no in the environment. MIDI will still work without rtmidi. + +Optional dependency: gamemode. This is a runtime dependency, so it can +be installed at any time without having to rebuild 86box. + +Note: Starting with version 5.0, 86box requires SSE2 extensions to run +on 32-bit x86. Unless your CPU is over 20 years old, this shouldn't +cause a problem. It's still possible to *build* 86box on a system +that lacks SSE2, but not *run* it (you could install the package on a +different machine that has SSE2 and it would work). |