From 013066cdd2a3bd14b8208901d31852c7eea5bee4 Mon Sep 17 00:00:00 2001 From: Tom Mason Date: Sat, 26 Apr 2014 12:53:16 +0100 Subject: [PATCH] Update readme.md --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index fba57659c..2d3680e52 100644 --- a/readme.md +++ b/readme.md @@ -29,7 +29,8 @@ The above will all be made configurable at some point. If you are using windows, please see https://github.com/wheybags/freeablo-windows-build/tree/master for instructions on building with Visual Studio 2010 ##Linux/Unix -freeablo uses cmake, and depends on boost >= 1.54, and SDL 1 or 2, so make sure to have those installed. +freeablo uses cmake, and depends on boost >= 1.54, libbz2, zlib, and SDL 1 or 2, so make sure to have those installed. +Please note that performance for the SDL1 backend is quite bad (Iget around 10fps, compared to about 600 with SDL2). Get the source: