ref: 78c28930f3c185f25d51d74560c1d367faadf52f
parent: 705358ccca682d5f2f59bbbde34e264080dc1f54
author: levesqu8 <levesqu8@msu.edu>
date: Fri Sep 22 06:19:35 EDT 2017
Updated README file with required linux packages for building under linux
--- a/README.txt
+++ b/README.txt
@@ -53,4 +53,9 @@
To build the project, you'll need the SDL1.2 development libraries (https://www.libsdl.org/download-1.2.php)
as well as the SDL_mixer developement libaries (https://www.libsdl.org/projects/SDL_mixer/release-1.2.html, under Binary).
+For linux users, just install the following two packages using "apt-get"
+
+libsdl1.2-dev
+libsdl-mixer1.2-dev
+
I used MinGW with gcc to build the project.