Propose installing SDL on Linux (#3753)

"hardware abstraction" didn't mean anything for me when I tried the emulator at first on Debian. In #2621, it was proposed to suggest installing SDL.
pull/3759/head
anarcat 6 years ago committed by Frans de Jonge
parent 5e557e2219
commit 14063249ab

@ -32,7 +32,7 @@ local function probeDevice()
-- return require("device/newport/device")
-- end
error("did not find a hardware abstraction for this platform")
error("Could not find hardware abstraction for this platform. If you are trying to run the emulator, please ensure SDL is installed.")
end
local dev = probeDevice()

Loading…
Cancel
Save