From ff566993defe78a705173ab7ba883c19b37c8143 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= <john@ankarstrom.se>
Date: Sat, 27 Aug 2022 14:50:05 +0200
Subject: Support Debug/Release configurations.

---
 README | 22 ++++++++++++++++------
 1 file changed, 16 insertions(+), 6 deletions(-)

(limited to 'README')

diff --git a/README b/README
index 62e0a71..f0cecc9 100644
--- a/README
+++ b/README
@@ -54,14 +54,24 @@ debug.cpp,h
 
 Building
 ~~~~~~~~
-Episode Browser is built with GNU Make. For the build process, the
-following additional programs are required:
+To build Episode Browser, the following programs are required:
 
- - GCC/G++
- - Perl
+ - GCC or Visual Studio (2019)
+ - GNU make
+ - CMake
 
-To build b/EpisodeBrowser.exe, issue `make' in the root directory of
-the project.
+Furthermore, the following dependencies are required:
+
+ - libxml2 (included with MSYS GCC)
+
+You may need to manually provide library and header file directories
+in c/CMakeLists.txt.
+
+Episode Browse may be built by issuing `make' from the root directory.
+The build process is controlled by a few environment variables:
+
+ - SYSTEM = vs2019 (default) or mingw
+ - CONFIG = Debug (default) or Release
 
 Hacking
 ~~~~~~~
-- 
cgit v1.2.3