From 450770c00ae724fa8a3dc05fc86bf414cfa34e2f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= <john@ankarstrom.se>
Date: Fri, 15 Jul 2022 17:05:10 +0200
Subject: README: Add build instructions.

---
 README | 12 ++++++++++++
 1 file changed, 12 insertions(+)

(limited to 'README')

diff --git a/README b/README
index a1ea811..b4d27ed 100644
--- a/README
+++ b/README
@@ -41,3 +41,15 @@ pl.cpp			Interface to Prolog backend.
 common.cpp		Some useful functions that don't fit elsewhere.
 
 In addition, defs.h itself defines a variety of macros and templates.
+
+Building
+~~~~~~~~
+Episode Browser is built with GNU Make. For the build process, the
+following additional programs are required:
+
+ - swipl-ld (included with SWI-Prolog)
+ - GCC/G++
+ - Perl
+
+To build b/EpisodeBrowser.exe, issue `make' in the root directory of
+the project.
-- 
cgit v1.2.3