diff options
-rw-r--r-- | README | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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. |