diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 22 |
1 files changed, 16 insertions, 6 deletions
@@ -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 ~~~~~~~ |