aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
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.