aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-07-15 17:05:10 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-07-15 17:05:10 +0200
commit450770c00ae724fa8a3dc05fc86bf414cfa34e2f (patch)
treea085d983feeb411ebb203f9dbff0ed13b901ec71 /README
parent68fc14291499e128e966a2214594edf6aa031a34 (diff)
downloadEpisodeBrowser-450770c00ae724fa8a3dc05fc86bf414cfa34e2f.tar.gz
README: Add build instructions.
Diffstat (limited to 'README')
-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.