From 48cd8419bb274345fe386d47843f9aa16910e090 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Wed, 27 Sep 2017 11:35:22 -0400 Subject: lua-scripted wandering --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f6b12c8..cf797c7 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ The 'gamedev' project can be built on both Linux-based and Windows operating sys * SDL2, including SDL2_image and SDL2_mixer * FreeType 2 * GLEW -* libgif if not on 64-bit linux - -Windows builds are done with msys2, 64-bit. The compiler must support C++17. libgif for amd64 linux is currently included in the lib/ folder, so any other build set-up must supply their own copy, and change the Makefile accordingly (see what is done for win32 builds, for example). +* giflib +* lua (liblua linked into program) +Windows builds are done with msys2, 64-bit. The compiler must support C++17. Build Preparation ----------------- -- cgit v1.2.3