X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=README;h=d0eb50922990e7e4dc452820655cde92d2373187;hb=1636b318830d64ec5c393d1a2d043f595f0342c4;hp=17ae449b6393cc2f62066aaaafec6660728bdd7e;hpb=744450caecd1d4440264d2e03742d16dc9b6b113;p=moe.git diff --git a/README b/README index 17ae449..d0eb509 100644 --- a/README +++ b/README @@ -2,7 +2,8 @@ Moe Contest Environment @VERSION@ - (c) 2001--2008 Martin Mares + (c) 2001--2012 Martin Mares + and other contributors ================================================================================ @@ -19,11 +20,11 @@ Public License version 2. If you have any suggestions, bug reports or improvements you would like to share with others, please send them to mj@ucw.cz. +** How to build Moe ** -** How to compile the submission system ** +First of all, edit default.cfg to choose which components should be built. -First, unpack holmes-libs-3.12, configure it and run make. You can build a thinner -version with `./configure default.cfg -CONFIG_IMAGES -CONFIG_UCW_THREADS -CONFIG_SHARED'. +Then run "./configure" and "make". This will place all compiled binaries in "run/". -Then uncomment the "SUBMIT" line in the top-level Makefile and let LIBUCW -point to the compiled Holmes libraries. +By default, documentation is built, which requires AsciiDoc to be present. +You can skip documentation by "./configure -CONFIG_DOC".