From 8334a7b5cf68300c6b1ec387e8135b1944c3f8b3 Mon Sep 17 00:00:00 2001
From: Alexey Aleshkov <djmadcat@gmail.com>
Date: Sun, 10 Dec 2017 14:49:25 +0300
Subject: [PATCH] Update INSTALL for build under macOS

---
 INSTALL | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/INSTALL b/INSTALL
index c61339a..b010ef4 100644
--- a/INSTALL
+++ b/INSTALL
@@ -3,17 +3,19 @@ Basic Installation
 
 Currently to install Doom2D:Rembo from sources you need to have:
 
-   1. libSDL headers (SDL.h and SDL_mixer.h) at /usr/include/SDL
+   1. SDL and SDL_mixer (not SDL2!)
 
       In Debian GNU/Linux you can install them with this command:
 
       apt-get install libsdl1.2-dev libsdl-mixer1.2-dev
 
-   2. CMake to configure
+      On macOS (using MacPorts):
+
+      sudo port install libsdl libsdl_mixer
 
-   3. GCC and make to build
+   2. CMake to configure
 
-   4. libSDL.so and libSDL_mixer.so at /usr/lib to run
+   3. GCC or Clang to compile and make to build
 
 To proceed installation:
 
-- 
2.29.2