From 21b1860345b18464e3e688ca1e622177f962d497 Mon Sep 17 00:00:00 2001 From: John Tsiombikas Date: Sat, 27 Aug 2016 07:13:51 +0300 Subject: [PATCH] readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4804bd7..48d645a 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,10 @@ which will in turn start dosbox, which will execute the DOS binary! If the gods are slumbering in valhalla, just typing `dosbox demo.exe` should do the trick. -SDL backend ------------ -Run make to build (assuming make on your system is GNU make). +Building and running with the SDL backend +----------------------------------------- +Run make to build (assuming make on your system is GNU make), or use the visual +studio 2013 project on Windows. The SDL backend will scale the framebuffer up, by the factor specified in the `FBSCALE` environment variable. So run the demo as: `FBSCALE=3 ./demo` for -- 1.7.10.4