X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=README.md;h=d9cce2e0da224ab0da85ad8568c3193d3941ab2d;hb=8e0fbeec30ab6fe0c4727b7080d67b6d4bc8a241;hp=4804bd7ca79e980a022a261d7658bb3f78ff2564;hpb=ecc362e702b77d5c1334656e6f4dc9b17abcb767;p=dosdemo diff --git a/README.md b/README.md index 4804bd7..d9cce2e 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,14 @@ 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 a 3x scale factor, or just export the `FBSCALE` env var in the shell you are going to use for running the demo. The default scale factor is 2x. + +test?