From 95a80700dcde3e51cba8fdbb314b0804ba680b20 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 16 Apr 2012 09:42:49 -0500 Subject: Add The requirements (basic stuff) --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f7732a..c56444b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # Pico Engine # -This is just a placeholder file, while I get the instructions/roadmap ready. \ No newline at end of file +This is just a placeholder file, while I get the instructions/roadmap ready. + +# Requirements # + +* OpenGL +* Lua +* SDL +* SDL_image +* SDL_mixer (will probably be swapped by Fmod or OpenAL) +* SDL_ttf +* SDL_gfx \ No newline at end of file -- cgit